com.tensegrity.graph.model
Class InappropriateGraphException

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

public class InappropriateGraphException
extends GraphException

This exception is thrown if a graph is inappropriate in a certain context. This can be the case if one tries to use an algorithm on a graph that will not finish in reasonable time because the graph is too large.

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

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

InappropriateGraphException

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