Package org.dom4j
Class IllegalAddException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.dom4j.IllegalAddException
- All Implemented Interfaces:
Serializable
IllegalAddException
is thrown when a node is added incorrectly
to an Element
- Version:
- $Revision: 1.6 $
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIllegalAddException
(String reason) IllegalAddException
(Branch parent, Node node, String reason) IllegalAddException
(Element parent, Node node, String reason) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalAddException
-
IllegalAddException
-
IllegalAddException
-