Public Member Functions | |
IllegalAddException (Element base, Attribute added, String reason) | |
IllegalAddException (Element base, Element added, String reason) | |
IllegalAddException (Document base, Element added, String reason) | |
IllegalAddException (Element base, ProcessingInstruction added, String reason) | |
IllegalAddException (Document base, ProcessingInstruction added, String reason) | |
IllegalAddException (Element base, Comment added, String reason) | |
IllegalAddException (Element base, CDATA added, String reason) | |
IllegalAddException (Element base, Text added, String reason) | |
IllegalAddException (Document base, Comment added, String reason) | |
IllegalAddException (Element base, EntityRef added, String reason) | |
IllegalAddException (Element base, Namespace added, String reason) | |
IllegalAddException (Document base, DocType added, String reason) | |
IllegalAddException (String reason) |
IllegalAddException
is thrown when trying to add a illegal object to a JDOM construct.
org::jdom::IllegalAddException::IllegalAddException | ( | Element | base, | |
ProcessingInstruction | added, | |||
String | reason | |||
) | [inline] |
This will create an Exception
indicating that the addition of the ProcessingInstruction
to the Element
is illegal.
base | Element that the ProcessingInstruction couldn't be added to | |
added | ProcessingInstruction that could not be added | |
reason | cause of the problem |
org::jdom::IllegalAddException::IllegalAddException | ( | Document | base, | |
ProcessingInstruction | added, | |||
String | reason | |||
) | [inline] |
This will create an Exception
indicating that the addition of the ProcessingInstruction
to the Document
is illegal.
base | Document that the ProcessingInstruction couldn't be added to | |
added | ProcessingInstruction that could not be added | |
reason | cause of the problem |
org::jdom::IllegalAddException::IllegalAddException | ( | String | reason | ) | [inline] |
This will create an Exception
with the specified error message.
reason | cause of the problem |