com.tensegrity.graph.model
Class GraphDynamicException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
GraphModifiedException, GraphTypeException

public class GraphDynamicException
extends DynamicException

This represents the base exception class for graphs.

Version:
$Id: GraphDynamicException.java,v 1.4 2005/04/29 14:37:46 KevinCVS Exp $
Author:
S. Rutz
See Also:
Serialized Form

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

GraphDynamicException

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

Parameters:
message - defailed reason for exception.


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