java.lang.Object
java.lang.Throwable
java.lang.Exception
com.aoapps.lang.validation.ValidationException
- All Implemented Interfaces:
Serializable
Thrown when internal object validation fails.
- Author:
- AO Industries, Inc.
- See Also:
-
Constructor Summary
ConstructorDescriptionValidationException
(ValidationResult result) ValidationException
(Throwable cause, ValidationResult result) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ValidationException
-
ValidationException
-
-
Method Details
-
getLocalizedMessage
- Overrides:
getLocalizedMessage
in classThrowable
-
getResult
-