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.
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
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MultipleParentException(String message)
Creates a new MultipleParentException
with a detail message.
message
- a string indicating the specific problemCopyright 2002-2010 <a href='http://www.elharo.com/'>Elliotte Rusty Harold</a><br /> <a href='mailto:elharo%40ibiblio%2Eorg?Subject=XOM'>elharo@ibiblio.org</a>