Class SimpleValidationErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
eu.emi.security.authn.x509.helpers.pkipath.SimpleValidationErrorException
- All Implemented Interfaces:
Serializable
Contains one problem code with optional arguments.
- Author:
- K. Benedyczak
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleValidationErrorException
(ValidationErrorCode code, Object... arguments) -
Method Summary
Modifier and TypeMethodDescriptionObject[]
getCode()
void
setArguments
(Object[] arguments) void
setCode
(ValidationErrorCode code) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SimpleValidationErrorException
-
-
Method Details
-
getCode
-
setCode
-
getArguments
-
setArguments
-