Class ArrayParserException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.zalando.typemapper.parser.exception.ParserException
-
- org.zalando.typemapper.parser.exception.ArrayParserException
-
- All Implemented Interfaces:
Serializable
public class ArrayParserException extends ParserException
- Author:
- valgog
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ArrayParserException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ArrayParserException
public ArrayParserException(String message)
- Parameters:
message-
-
-