Package veryfi.models
Class NotValidModelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
veryfi.models.NotValidModelException
- All Implemented Interfaces:
Serializable
Not Valid Model Exception
- See Also:
-
Constructor Summary
ConstructorDescriptionNotValidModelException
(String errorMessage) When model is not valid convert to Json throws this exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotValidModelException
When model is not valid convert to Json throws this exception.- Parameters:
errorMessage
- error when model is not valid
-