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 an {@link Element}
or
{@link Attribute}
is added to a JDOM
construct illegally..
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, 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(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}
supplied to the {@link Element}
supplied
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}
supplied as a child of the supplied parent is not allowed.
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}
supplied as a child of the document is not allowed.
public IllegalAddException(Element base, ProcessingInstruction added, String reason)
This will create an Exception
indicating
that the addition of the {@link ProcessingInstruction}
supplied as content to the supplied element is not allowed.
public IllegalAddException(Document base, ProcessingInstruction added, String reason)
This will create an Exception
indicating
that the addition of the {@link ProcessingInstruction}
supplied as content to the supplied document is not allowed.
public IllegalAddException(Element base, Comment added, String reason)
This will create an Exception
indicating
that the addition of the {@link Comment}
supplied as content to the supplied element is not allowed.
public IllegalAddException(Document base, Comment added, String reason)
This will create an Exception
indicating
that the addition of the {@link Comment}
supplied as content to the supplied document is not allowed.
public IllegalAddException(Element base, EntityRef added, String reason)
This will create an Exception
indicating
that the addition of the {@link EntityRef}
supplied as content to the supplied element is not allowed.
public IllegalAddException(Element base, Namespace added, String reason)
This will create an Exception
indicating
that the addition of the {@link Namespace}
to the supplied element is not allowed.
public IllegalAddException(Document base, DocType added, String reason)
This will create an Exception
indicating
that the addition of the {@link DocType}
to the supplied document is not allowed.
public IllegalAddException(String reason)
This will create an Exception
with the specified
error message.
All Packages Class Hierarchy This Package Previous Next Index