diva.graph
Class GraphException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
diva.graph.GraphException
- All Implemented Interfaces:
- Serializable
public class GraphException
- extends 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:
- $Revision: 1.8 $
- Author:
- Steve Neuendorffer (neuendor@eecs.berkeley.edu)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
GraphException
public GraphException()
GraphException
public GraphException(String s)
GraphException
public GraphException(Exception e)
Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.