Package uk.ipfreely
Class ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
uk.ipfreely.ParseException
- All Implemented Interfaces:
Serializable
Indicates the provided argument cannot be parsed to the expected type.
- See Also:
-
Constructor Summary
ConstructorDescriptionParseException
(String message) Constructor.ParseException
(Throwable cause) Constructor. -
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
Constructor.- Parameters:
message
- reason
-
ParseException
Constructor.- Parameters:
cause
- root cause
-