|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.ggtools.grand.exceptions.GrandException
net.ggtools.grand.exceptions.DuplicateElementException
public class DuplicateElementException
Exception raised when trying to create two elements with the same key in a container. For instance two nodes with the same name in one graph.
| Constructor Summary | |
|---|---|
DuplicateElementException()
Creates a new exception. |
|
DuplicateElementException(java.lang.String message)
Creates a new exception. |
|
DuplicateElementException(java.lang.String message,
java.lang.Throwable cause)
Creates a new exception. |
|
DuplicateElementException(java.lang.Throwable cause)
Creates a new exception. |
|
| Method Summary |
|---|
| 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 |
| Constructor Detail |
|---|
public DuplicateElementException()
public DuplicateElementException(java.lang.String message)
message - explainatory message of the exception cause.
public DuplicateElementException(java.lang.String message,
java.lang.Throwable cause)
message - explainatory message of the exception cause.cause - root cause.public DuplicateElementException(java.lang.Throwable cause)
cause - root cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||