- 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 69602 2014-07-30 14:20:15Z cxh $
- Author:
- Steve Neuendorffer
- See Also:
- Serialized Form
- Accepted Rating: