Package emissary.parser
Class ParserException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- emissary.core.EmissaryException
-
- emissary.parser.ParserException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ParserEOFException,ParserNextChunkException
public class ParserException extends EmissaryException
Exceptions thrown during input parsing- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParserException(String msg)An exception with a messageParserException(String msg, Throwable cause)An exception with a message and a cause
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ParserException
public ParserException(String msg)
An exception with a message- Parameters:
msg- the message
-
-