net.walend.digraph
Class NodeMissingException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--net.walend.lang.NestedException
|
+--net.walend.digraph.DigraphException
|
+--net.walend.digraph.NodeMissingException
- All Implemented Interfaces:
- HasNestedThrowable, java.io.Serializable
- public class NodeMissingException
- extends DigraphException
- implements java.io.Serializable
- Since:
- 20010620
- Author:
- David Walend
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, getStackTrace, initCause, 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
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) 2000, 2001, David Walend