Package convex.core.exceptions
Class InvalidDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
convex.core.exceptions.BaseException
convex.core.exceptions.ValidationException
convex.core.exceptions.InvalidDataException
- All Implemented Interfaces:
Serializable
Class representing errors encountered during data validation.
In general, InvalidDataException occurs if the data format is correct, but
the data fails to satisfy a validation invariant.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class convex.core.exceptions.BaseException
fillInStackTrace
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidDataException
-
-
Method Details
-
getData
-