ca.quine.jcommons.transform.graph
Class UnconnectedGraphException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--ca.quine.jcommons.transform.graph.GraphException
|
+--ca.quine.jcommons.transform.graph.UnconnectedGraphException
- All Implemented Interfaces:
- Serializable
- public class UnconnectedGraphException
- extends GraphException
Thrown when a path cannot be found between two requested nodes (usually
between the input node and some output node).
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnconnectedGraphException
public UnconnectedGraphException(String message,
TransformNode inputNode,
TransformNode outputNode)
getInputNode
public TransformNode getInputNode()
getOutputNode
public TransformNode getOutputNode()