|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ptolemy.graph.GraphException
ptolemy.graph.GraphTopologyException
public class GraphTopologyException
The exception thrown due to incorrect graph topology. This is for
functions of graphs with required topologies. For example, acyclic property
is required in DirectedAcyclicGraph
and the topology checking is
necessary.
Red (ssb) |
Red (myko) |
Constructor Summary | |
---|---|
GraphTopologyException(java.lang.String message)
Constructor with an argument of text description. |
Method Summary |
---|
Methods inherited from class ptolemy.graph.GraphException |
---|
_elementDump, elementDump, graphDump, weightDump |
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 |
---|
public GraphTopologyException(java.lang.String message)
message
- The exception message.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |