Save This Page
Home » dom4j-1.6.1 » org.dom4j » [javadoc | source]
org.dom4j
public class: IllegalAddException [javadoc | source]
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

Constructor:
 public IllegalAddException(String reason) 
 public IllegalAddException(Element parent,
    Node node,
    String reason) 
 public IllegalAddException(Branch parent,
    Node node,
    String reason) 
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait