nu.xom
public class MultipleParentException extends IllegalAddException
Indicates an attempt to add a node that already has a parent to the same or a different parent.
Version: 1.1b3
| Constructor Summary | |
|---|---|
| MultipleParentException(String message)
Creates a new | |
| MultipleParentException(String message, Throwable cause)
Creates a new | |
Creates a new MultipleParentException
with a detail message.
Parameters: message a string indicating the specific problem
Creates a new MultipleParentException
with a detail message and an underlying root cause.
Parameters: message a string indicating the specific problem cause the original cause of this exception