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