Package org.graffiti.plugin.io
Class ParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.graffiti.plugin.io.ParserException
- All Implemented Interfaces:
Serializable
public class ParserException extends IOException
ParserException will be thrown whenever an error occurs while reading in a
graph.
- See Also:
java.io.IoException
, Serialized Form
-
Constructor Summary
Constructors Constructor Description ParserException(String message)
Constructs a newParserException
. -
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
Constructs a newParserException
.- Parameters:
message
- the message for this exception.
-