diva.graph
Class GraphException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by diva.graph.GraphException
All Implemented Interfaces:
java.io.Serializable

public class GraphException
extends java.lang.RuntimeException

A graph package topological error. GraphExceptions are usually thrown by MutableGraphModels in response to changes which could not be made for one reason or another. For example, a composite node might want to disallow a node of the wrong type to be placed inside it.

Version:
$Id: GraphException.java 38798 2005-07-08 20:00:01Z cxh $
Author:
Steve Neuendorffer
See Also:
Serialized Form
Accepted Rating:
Red

Constructor Summary
GraphException()
           
GraphException(java.lang.Exception e)
           
GraphException(java.lang.String s)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GraphException

public GraphException()

GraphException

public GraphException(java.lang.String s)

GraphException

public GraphException(java.lang.Exception e)