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
public class ValidationException extends Exception
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValidationException(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
-
-