java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.aoapps.hodgepodge.graph.GraphException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AsymmetricException
,CycleException
Exceptions indicating problems have been detected in graph state.
- Author:
- AO Industries, Inc.
- See Also:
-
Constructor Summary
ConstructorDescriptionGraphException
(String message) GraphException
(String message, Throwable cause) GraphException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GraphException
public GraphException() -
GraphException
-
GraphException
-
GraphException
-