Package diva.graph
Class GraphException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- diva.graph.GraphException
-
- All Implemented Interfaces:
java.io.Serializable
public class GraphException extends java.lang.RuntimeExceptionA 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$
- Author:
- Steve Neuendorffer
- See Also:
- Serialized Form
- Pt.AcceptedRating:
- Red
-
-
Constructor Summary
Constructors Constructor Description GraphException()GraphException(java.lang.Exception e)GraphException(java.lang.String s)
-