|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.tensegrity.generic.util.DynamicException
com.tensegrity.graph.model.GraphDynamicException
com.tensegrity.graph.model.GraphTypeException
This exception is thrown if the user attempts to use the wrong type (directed or undirected) of graph for a particular operation.
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 |
public static final java.lang.String EXPECT_UNDIRECTED
public static final java.lang.String EXPECT_DIRECTED
| Constructor Detail |
public GraphTypeException()
GraphTypeException.
public GraphTypeException(java.lang.String message)
GraphTypeException.
message - detailed message
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||