Class ParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.gustavblass.commons.exceptions.ParsingException
- All Implemented Interfaces:
Serializable
Indicates that a given object (usually a string), usually in
serialised form, did not match the expected format and could
therefore not be parsed or deserialised.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSeeException().ParsingException(String message) SeeException(String).ParsingException(String message, Throwable cause) ParsingException(Throwable cause) SeeException(Throwable). -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ParsingException
public ParsingException()SeeException(). -
ParsingException
SeeException(String). -
ParsingException
-
ParsingException
SeeException(Throwable).
-