Main Page | Namespace List | Class Hierarchy | Class List | Class Members | Related Pages

org::jdom::IllegalNameException Class Reference

List of all members.

Public Member Functions

 IllegalNameException (String name, String construct, String reason)
 IllegalNameException (String name, String construct)

Detailed Description

IllegalNameException is thrown when a name is supplied in construction, etc., of a JDOM construct, and that name breaks XML naming conventions.

Author:
Brett McLaughlin

Elliotte Rusty Harold

Version:
Revision
1.7
,
Date
2002/01/08 09:17:10


Constructor & Destructor Documentation

org::jdom::IllegalNameException::IllegalNameException String  name,
String  construct,
String  reason
[inline]
 

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

Parameters:
name String name that breaks rules.
construct String name of JDOM construct that name was supplied to.
reason String message or reason name is illegal.

org::jdom::IllegalNameException::IllegalNameException String  name,
String  construct
[inline]
 

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

Parameters:
name String name that breaks rules.
construct String name of JDOM construct that name was supplied to.


The documentation for this class was generated from the following file:
Generated on Tue Aug 17 16:06:29 2004 for JDOM by doxygen 1.3.7