Package emissary.parser
Class ParserEOFException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- emissary.core.EmissaryException
-
- emissary.parser.ParserException
-
- emissary.parser.ParserEOFException
-
- All Implemented Interfaces:
Serializable
public class ParserEOFException extends ParserException
Exception thrown when parsing has fully completed- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParserEOFException(String msg)
An exception with a 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
-
ParserEOFException
public ParserEOFException(String msg)
An exception with a message- Parameters:
msg
- the message
-
-