com.tensegrity.graph.model
Class IllegalNodeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.tensegrity.generic.util.StaticException
              extended bycom.tensegrity.graph.model.GraphException
                  extended bycom.tensegrity.graph.model.IllegalNodeException
All Implemented Interfaces:
java.io.Serializable

public class IllegalNodeException
extends GraphException

This exception is thrown if a node is illegal or illegaly referenced within the context of a graph.

Version:
$Id: IllegalNodeException.java,v 1.5 2003/08/12 09:26:15 sr Exp $
Author:
S. Rutz
See Also:
Graph, Serialized Form

Constructor Summary
IllegalNodeException(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

IllegalNodeException

public IllegalNodeException(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.