net.walend.digraph
Class EdgeNotUniqueException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.walend.lang.NestedException
                    |
                    +--net.walend.digraph.DigraphException
                          |
                          +--net.walend.digraph.EdgeNotUniqueException
All Implemented Interfaces:
HasNestedThrowable, java.io.Serializable

public class EdgeNotUniqueException
extends DigraphException
implements java.io.Serializable

Since:
20010622
Author:
David Walend

Field Summary
static java.lang.String DEFAULT
           
private  java.lang.Object extraEdge
           
 
Fields inherited from class net.walend.lang.NestedException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
EdgeNotUniqueException(java.lang.Object edge)
           
EdgeNotUniqueException(java.lang.String message, java.lang.Object edge)
           
EdgeNotUniqueException(java.lang.String message, java.lang.Throwable nester, java.lang.Object edge)
           
EdgeNotUniqueException(java.lang.Throwable nester, java.lang.Object edge)
           
 
Method Summary
 java.lang.Object getEdge()
           
 
Methods inherited from class net.walend.lang.NestedException
getMessage, getNestedThrowable, hasNestedThrowable, printLimitedStackTrace, printLimitedStackTrace, printLimitedStackTrace, printStackTrace, printStackTrace, printStackTrace
 
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
 

Field Detail

extraEdge

private java.lang.Object extraEdge

DEFAULT

public static final java.lang.String DEFAULT
Constructor Detail

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)
Method Detail

getEdge

public java.lang.Object getEdge()


Copyright (c) 2000, 2001, David Walend