Main Page | Class Hierarchy | Class List | Class Members

org::jdom::IllegalAddException Class Reference

List of all members.

Public Member Functions

 IllegalAddException (String reason)

Package Functions

 IllegalAddException (Element base, Attribute added, String reason)
 IllegalAddException (Element base, Element added, String reason)
 IllegalAddException (Element added, String reason)
 IllegalAddException (Element base, ProcessingInstruction added, String reason)
 IllegalAddException (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 (Comment added, String reason)
 IllegalAddException (Element base, EntityRef added, String reason)
 IllegalAddException (Element base, Namespace added, String reason)
 IllegalAddException (DocType added, String reason)

Detailed Description

Thrown when trying to add a illegal object to a JDOM construct.

Version:
Revision
1.25
,
Date
2004/02/06 09:28:30
Author:
Brett McLaughlin

Jason Hunter


Constructor & Destructor Documentation

org::jdom::IllegalAddException::IllegalAddException Element  base,
Attribute  added,
String  reason
[inline, package]
 

This will create an Exception indicating that the addition of the Attribute to the Element is illegal.

Parameters:
base Element that Attribute couldn't be added to
added Attribute that could not be added
reason cause of the problem

org::jdom::IllegalAddException::IllegalAddException Element  base,
Element  added,
String  reason
[inline, package]
 

This will create an Exception indicating that the addition of the Element to parent is illegal.

Parameters:
base Element that the child couldn't be added to
added Element that could not be added
reason cause of the problem

org::jdom::IllegalAddException::IllegalAddException Element  added,
String  reason
[inline, package]
 

This will create an Exception indicating that the addition of the Element to the Document is illegal.

Parameters:
added Element that could not be added
reason cause of the problem

org::jdom::IllegalAddException::IllegalAddException Element  base,
ProcessingInstruction  added,
String  reason
[inline, package]
 

This will create an Exception indicating that the addition of the ProcessingInstruction to the Element is illegal.

Parameters:
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 ProcessingInstruction  added,
String  reason
[inline, package]
 

This will create an Exception indicating that the addition of the ProcessingInstruction to the Document is illegal.

Parameters:
added ProcessingInstruction that could not be added
reason cause of the problem

org::jdom::IllegalAddException::IllegalAddException Element  base,
Comment  added,
String  reason
[inline, package]
 

This will create an Exception indicating that the addition of the Comment to the Element is illegal.

Parameters:
base Element that the Comment couldn't be added to
added Comment that could not be added
reason cause of the problem

org::jdom::IllegalAddException::IllegalAddException Element  base,
CDATA  added,
String  reason
[inline, package]
 

This will create an Exception indicating that the addition of the CDATA

Parameters:
base Element that the CDATA couldn't be added to
added CDATA that could not be added
reason cause of the problem

org::jdom::IllegalAddException::IllegalAddException Element  base,
Text  added,
String  reason
[inline, package]
 

This will create an Exception indicating that the addition of the Text to the Element is illegal.

Parameters:
base Element that the Comment couldn't be added to
added Text that could not be added
reason cause of the problem

org::jdom::IllegalAddException::IllegalAddException Comment  added,
String  reason
[inline, package]
 

This will create an Exception indicating that the addition of the Comment to the Document is illegal.

Parameters:
added Comment that could not be added
reason cause of the problem

org::jdom::IllegalAddException::IllegalAddException Element  base,
EntityRef  added,
String  reason
[inline, package]
 

This will create an Exception indicating that the addition of the EntityRef to the Element is illegal.

Parameters:
base Element that the EntityRef couldn't be added to
added EntityRef reference that could not be added
reason cause of the problem

org::jdom::IllegalAddException::IllegalAddException Element  base,
Namespace  added,
String  reason
[inline, package]
 

This will create an Exception indicating that the addition of the Namespace to the Element is illegal.

Parameters:
base Element that the Namespace couldn't be added to
added Namespace that could not be added
reason cause of the problem

org::jdom::IllegalAddException::IllegalAddException DocType  added,
String  reason
[inline, package]
 

This will create an Exception indicating that the addition of the DocType to the Document is illegal.

Parameters:
added DocType 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.

Parameters:
reason cause of the problem


The documentation for this class was generated from the following file:
Generated on Thu Dec 9 10:42:04 2004 for JDOM by  doxygen 1.3.9.1