Package org.dom4j

Class IllegalAddException

  • All Implemented Interfaces:
    java.io.Serializable

    public class IllegalAddException
    extends java.lang.IllegalArgumentException
    IllegalAddException is thrown when a node is added incorrectly to an Element
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • IllegalAddException

        public IllegalAddException​(java.lang.String reason)
      • IllegalAddException

        public IllegalAddException​(Element parent,
                                   Node node,
                                   java.lang.String reason)
      • IllegalAddException

        public IllegalAddException​(Branch parent,
                                   Node node,
                                   java.lang.String reason)