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:
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

Constructor Summary
GraphException()
           
GraphException(Exception e)
           
GraphException(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(String s)

GraphException

public GraphException(Exception e)


Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.