org::jdom::IllegalDataException Class Reference

List of all members.

Public Member Functions

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

Detailed Description

IllegalDataException is thrown when illegal text is supplied to a JDOM construct.

Author:
Brett McLaughlin

Elliotte Rusty Harold

Version:
Revision
1.10
,
Date
2002/04/29 13:38:15


Constructor & Destructor Documentation

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

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]

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.


The documentation for this class was generated from the following file:
Generated on Sun Nov 5 16:02:38 2006 for JDOM by  doxygen 1.5.1