com.tensegrity.graph.model
Class IllegalEdgeException

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

public class IllegalEdgeException
extends GraphException

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

Version:
$Id: IllegalEdgeException.java,v 1.4 2003/04/07 17:18:49 sr Exp $
Author:
S. Rutz
See Also:
Graph, Serialized Form

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

IllegalEdgeException

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