public class MultipleParentException extends IllegalAddException
Indicates an attempt to add a node that already has a parent to the same or a different parent.
Constructor and Description |
---|
MultipleParentException(java.lang.String message)
Creates a new
MultipleParentException
with a detail message. |
MultipleParentException(java.lang.String message,
java.lang.Throwable cause)
Creates a new
MultipleParentException
with a detail message and an underlying root cause. |
getCause, initCause
public MultipleParentException(java.lang.String message)
Creates a new MultipleParentException
with a detail message.
message
- a string indicating the specific problempublic MultipleParentException(java.lang.String message, java.lang.Throwable cause)
Creates a new MultipleParentException
with a detail message and an underlying root cause.
message
- a string indicating the specific problemcause
- the original cause of this exceptionCopyright 2002-2013 Elliotte Rusty Harold
elharo@ibiblio.org