Main Page | Class Hierarchy | Class List | Class Members

org::jdom::IllegalDataException Class Reference

List of all members.

Public Member Functions

 IllegalDataException (String reason)

Package Functions

 IllegalDataException (String data, String construct, String reason)
 IllegalDataException (String data, String construct)

Detailed Description

Thrown when illegal text is supplied to a JDOM construct.

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

Elliotte Rusty Harold


Constructor & Destructor Documentation

org::jdom::IllegalDataException::IllegalDataException String  data,
String  construct,
String  reason
[inline, package]
 

This will create an Exception indicating that the specified data is illegal for the construct it was supplied to.

Parameters:
data String data that breaks rules.
construct String construct that data is illegal for.
reason String message or reason data is illegal.

org::jdom::IllegalDataException::IllegalDataException String  data,
String  construct
[inline, package]
 

This will create an Exception indicating that the specified data is illegal for the construct it was supplied to.

Parameters:
data String data that breaks rules.
construct String construct that data is illegal for.

org::jdom::IllegalDataException::IllegalDataException String  reason  )  [inline]
 

This will create an exceptoin 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