Package convex.core.exceptions
Class BadFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
convex.core.exceptions.BaseException
convex.core.exceptions.ValidationException
convex.core.exceptions.BadFormatException
- All Implemented Interfaces:
Serializable
Class representing errors in format encountered when trying to read data from
a serialised form.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBadFormatException
(String message) BadFormatException
(String message, Throwable cause) -
Method Summary
Methods inherited from class convex.core.exceptions.ValidationException
fillInStackTrace
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BadFormatException
-
BadFormatException
-