org.apache.commons.graph.exception
Class GraphException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.graph.exception.GraphException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ContractVerificationException, CycleException, HyperGraphException, NegativeCycleException, NoPathException, StateMachineException
- public class GraphException
- extends java.lang.RuntimeException
- See Also:
- Serialized Form
Field Summary |
private java.lang.Throwable |
cause
|
Fields inherited from class java.lang.RuntimeException |
|
Fields inherited from class java.lang.Throwable |
|
Constructor Summary |
GraphException()
Constructor for the GraphException object |
GraphException(java.lang.String msg)
Constructor for the GraphException object |
GraphException(java.lang.Throwable cause)
Constructor for the GraphException object |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
cause
private java.lang.Throwable cause
GraphException
public GraphException()
- Constructor for the GraphException object
GraphException
public GraphException(java.lang.String msg)
- Constructor for the GraphException object
- Parameters:
msg
-
GraphException
public GraphException(java.lang.Throwable cause)
- Constructor for the GraphException object
- Parameters:
cause
-
getCause
public java.lang.Throwable getCause()
printStackTrace
public void printStackTrace()
printStackTrace
public void printStackTrace(java.io.PrintStream s)
printStackTrace
public void printStackTrace(java.io.PrintWriter w)