com.tensegrity.graph.model
Class GraphTypeException

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

public class GraphTypeException
extends GraphDynamicException

This exception is thrown if the user attempts to use the wrong type (directed or undirected) of graph for a particular operation.

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

Field Summary
static java.lang.String EXPECT_DIRECTED
          Default string constant.
static java.lang.String EXPECT_UNDIRECTED
          Default string constant.
 
Constructor Summary
GraphTypeException()
          Constructor for GraphTypeException.
GraphTypeException(java.lang.String message)
          Constructor for GraphTypeException.
 
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
 

Field Detail

EXPECT_UNDIRECTED

public static final java.lang.String EXPECT_UNDIRECTED
Default string constant.

See Also:
Constant Field Values

EXPECT_DIRECTED

public static final java.lang.String EXPECT_DIRECTED
Default string constant.

See Also:
Constant Field Values
Constructor Detail

GraphTypeException

public GraphTypeException()
Constructor for GraphTypeException.


GraphTypeException

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

Parameters:
message - detailed message


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