Package convex.core.exceptions
Class ParseException
java.lang.Object
java.lang.Throwable
java.lang.Error
convex.core.exceptions.ParseException
- All Implemented Interfaces:
Serializable
Class for reader parse exceptions
- See Also:
- Serialized Form
-
Constructor Summary
ConstructorsConstructorDescriptionParseException(String message)
ParseException(String message, Throwable cause)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ParseException
-
ParseException
-