org.tigris.gef.graph
Class GraphModelException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.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
See Also:
Serialized Form

Constructor Summary
GraphModelException(java.lang.Exception e)
           
GraphModelException(java.lang.String mess)
           
GraphModelException(java.lang.String mess, java.lang.Exception e)
           
 
Method Summary
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream s)
           
 void printStackTrace(java.io.PrintWriter s)
           
 
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
 

Constructor Detail

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)
Method Detail

printStackTrace

public void printStackTrace()

printStackTrace

public void printStackTrace(java.io.PrintStream s)

printStackTrace

public void printStackTrace(java.io.PrintWriter s)