Package org.graphstream.stream
Class GraphParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.graphstream.stream.GraphParseException
- All Implemented Interfaces:
Serializable
public class GraphParseException extends Exception
Raised when a parse error occurred while reading a graph file.
- Since:
- 19 Sept. 2004
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description GraphParseException()GraphParseException(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 Details
-
GraphParseException
public GraphParseException() -
GraphParseException
-