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
public class IllegalAddException extends IllegalArgumentException
IllegalAddException
is thrown when a node is added incorrectly to anElement
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalAddException(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
-
-