Class ParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.zalando.typemapper.parser.exception.ParserException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ArrayParserException,RowParserException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionParserException(String message) ParserException(String message, Throwable cause) ParserException(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
-
ParserException
public ParserException() -
ParserException
-
ParserException
-
ParserException
-