net.walend.digraph
Class NodeMissingException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--net.walend.digraph.DigraphException
|
+--net.walend.digraph.NodeMissingException
- All Implemented Interfaces:
- java.io.Serializable
- public class NodeMissingException
- extends DigraphException
- implements java.io.Serializable
- Since:
- 20010620
- Author:
- David Walend dfw1@cornell.edu
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Method Summary |
java.lang.Object |
getNode()
|
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 |
missingNode
private java.lang.Object missingNode
DEFAULT
public static final java.lang.String DEFAULT
- See Also:
- Constant Field Values
NodeMissingException
public NodeMissingException(java.lang.Object node)
NodeMissingException
public NodeMissingException(java.lang.String message,
java.lang.Object node)
NodeMissingException
public NodeMissingException(java.lang.Throwable nester,
java.lang.Object node)
NodeMissingException
public NodeMissingException(java.lang.String message,
java.lang.Throwable nester,
java.lang.Object node)
getNode
public java.lang.Object getNode()
Copyright (c) 2001, 2002, David Walend