Package org.apache.unomi.schema.api
Class ValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.unomi.schema.api.ValidationException
- All Implemented Interfaces:
Serializable
This Exception is throw only when a validation process failed due to unexpected error
Or when we can't perform the validation due to missing data or invalid required data
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionValidationException
(String message) ValidationException
(String message, Throwable throwable) ValidationException
(Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ValidationException
-
ValidationException
-
ValidationException
-