com.tensegrity.graph.model
Class GraphModifiedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.tensegrity.generic.util.DynamicException
                  extended bycom.tensegrity.graph.model.GraphDynamicException
                      extended bycom.tensegrity.graph.model.GraphModifiedException
All Implemented Interfaces:
java.io.Serializable

public class GraphModifiedException
extends GraphDynamicException

This exception is thrown if a link is illegal or illegaly referenced.

Version:
$Id: GraphModifiedException.java,v 1.5 2004/03/02 16:51:07 sr Exp $
Author:
S. Rutz
See Also:
Serialized Form

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

GraphModifiedException

public GraphModifiedException()
Constructor for GraphModifiedException.


GraphModifiedException

public GraphModifiedException(java.lang.String message)
Constructor for GraphModifiedException.

Parameters:
message - detailed message


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