Class GraphMLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.graffiti.plugins.ios.importers.graphml.GraphMLException
- All Implemented Interfaces:
Serializable
public class GraphMLException extends IOException
This exception is thrown when errors occur during parsing.
- Author:
- ruediger
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description GraphMLException(Throwable cause)
Constructs a newGraphMLException
from a givenThrowable
. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GraphMLException
Constructs a newGraphMLException
from a givenThrowable
.- Parameters:
cause
- theThrowable
that caused the exception to be thrown.
-