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