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(String message)
Creates a new
MultipleParentException
with a detail message. |
MultipleParentException(String message,
Throwable cause)
Creates a new
MultipleParentException
with a detail message and an underlying root cause. |
getCause, initCause
public MultipleParentException(String message)
Creates a new MultipleParentException
with a detail message.
message
- a string indicating the specific problempublic MultipleParentException(String message, 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-2023 Elliotte Rusty Harold
elharo@ibiblio.org