org.tigris.gef.graph
Class GraphModelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.tigris.gef.graph.GraphModelException
- All Implemented Interfaces:
- java.io.Serializable
public class GraphModelException
- extends java.lang.Exception
A wrapper class for exceptions thrown in the graph model layer.
- Since:
- 29-May-2004
- Author:
- Bob Tarling
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GraphModelException
public GraphModelException(java.lang.String mess)
GraphModelException
public GraphModelException(java.lang.String mess,
java.lang.Exception e)
GraphModelException
public GraphModelException(java.lang.Exception e)
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintStream s)
- Overrides:
printStackTrace
in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintWriter s)
- Overrides:
printStackTrace
in class java.lang.Throwable