com.tensegrity.graph.model
Class IllegalGraphException

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.IllegalGraphException
All Implemented Interfaces:
java.io.Serializable

public class IllegalGraphException
extends GraphException

This exception is thrown if a graph is illegal.

Version:
$Id: IllegalGraphException.java,v 1.2 2003/03/18 13:56:22 sr Exp $
Author:
S. Rutz
See Also:
Serialized Form

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

IllegalGraphException

public IllegalGraphException(java.lang.String message)
Constructor for IllegalEdgeException.

Parameters:
message - detailed message


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