All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----java.lang.IllegalArgumentException
|
+----org.jdom.IllegalAddException
IllegalAddException is thrown when trying to add a
illegal object to a JDOM construct.
This will create an
This will create an
This will create an
This will create an
This will create an
This will create an
This will create an
This will create an
This will create an
This will create an
This will create an
This will create an
This will create an Exception indicating
that the addition of the {
IllegalAddException(Document, DocType, String)
Exception indicating
that the addition of the {
IllegalAddException(Document, Element, String)
Exception indicating
that the addition of the {
IllegalAddException(Document, ProcessingInstruction, String)
Exception indicating
that the addition of the {
IllegalAddException(Element, Attribute, String)
Exception indicating
that the addition of the {
IllegalAddException(Element, CDATA, String)
Exception indicating
that the addition of the {
IllegalAddException(Element, Comment, String)
Exception indicating
that the addition of the {
IllegalAddException(Element, Element, String)
Exception indicating
that the addition of the {
IllegalAddException(Element, EntityRef, String)
Exception indicating
that the addition of the {
IllegalAddException(Element, Namespace, String)
Exception indicating
that the addition of the {
IllegalAddException(Element, ProcessingInstruction, String)
Exception indicating
that the addition of the {
IllegalAddException(Element, Text, String)
Exception indicating
that the addition of the {
IllegalAddException(String)
Exception with the specified
error message.
public IllegalAddException(Element base,
Attribute added,
String reason)
This will create an Exception indicating
that the addition of the {@link Attribute}
to the {@link Element} is illegal.
Element that Attribute
couldn't be added to
Attribute that could not be added
public IllegalAddException(Element base,
Element added,
String reason)
This will create an Exception indicating
that the addition of the {@link Element}
to parent is illegal.
Element that the child
couldn't be added to
Element that could not be added
public IllegalAddException(Document base,
Element added,
String reason)
This will create an Exception indicating
that the addition of the {@link Element}
to the {@link Document} is illegal.
Document that the Element
couldn't be added to
Element that could not be added
public IllegalAddException(Element base,
ProcessingInstruction added,
String reason)
This will create an Exception indicating
that the addition of the {@link ProcessingInstruction}
to the {@link Element} is illegal.
Element that the
ProcessingInstruction couldn't be added to
ProcessingInstruction that could not be added
public IllegalAddException(Document base,
ProcessingInstruction added,
String reason)
This will create an Exception indicating
that the addition of the {@link ProcessingInstruction}
to the {@link Document} is illegal.
Document that the
ProcessingInstruction couldn't be added to
ProcessingInstruction that could not be added
public IllegalAddException(Element base,
Comment added,
String reason)
This will create an Exception indicating
that the addition of the {@link Comment}
to the {@link Element} is illegal.
Element that the Comment
couldn't be added to
Comment that could not be added
public IllegalAddException(Element base,
CDATA added,
String reason)
This will create an Exception indicating
that the addition of the {@link CDATA}
Element that the CDATA
couldn't be added to
CDATA that could not be added
public IllegalAddException(Element base,
Text added,
String reason)
This will create an Exception indicating
that the addition of the {@link Text}
to the {@link Element} is illegal.
Element that the Comment
couldn't be added to
Text that could not be added
public IllegalAddException(Document base,
Comment added,
String reason)
This will create an Exception indicating
that the addition of the {@link Comment}
to the {@link Document} is illegal.
Document that the Comment
couldn't be added to
Comment that could not be added
public IllegalAddException(Element base,
EntityRef added,
String reason)
This will create an Exception indicating
that the addition of the {@link EntityRef}
to the {@link Element} is illegal.
Element that the EntityRef
couldn't be added to
EntityRef reference that could not be added
public IllegalAddException(Element base,
Namespace added,
String reason)
This will create an Exception indicating
that the addition of the {@link Namespace}
to the {@link Element} is illegal.
Element that the Namespace
couldn't be added to
Namespace that could not be added
public IllegalAddException(Document base,
DocType added,
String reason)
This will create an Exception indicating
that the addition of the {@link DocType}
to the {@link Document} is illegal.
Document that the DocType
couldn't be added to
DocType that could not be added
public IllegalAddException(String reason)
This will create an Exception with the specified
error message.
All Packages Class Hierarchy This Package Previous Next Index