com.tensegrity.graph.model
Class GraphException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.tensegrity.generic.util.StaticException
              extended bycom.tensegrity.graph.model.GraphException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
IllegalEdgeException, IllegalGraphException, IllegalNodeException, InappropriateGraphException

public class GraphException
extends StaticException

This exception is the root exception for graphs.

Version:
$Id: GraphException.java,v 1.2 2002/10/07 14:36:10 sr Exp $
Author:
S. Rutz
See Also:
Serialized Form

Constructor Summary
GraphException(java.lang.String message)
          Constructor for IllegalNodeException.
 
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(java.lang.String message)
Constructor for IllegalNodeException.

Parameters:
message - detailed message


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.