Main Page | Class Hierarchy | Class List | Class Members

org::jdom::IllegalNameException Class Reference

List of all members.

Public Member Functions

 IllegalNameException (String reason)

Package Functions

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

Detailed Description

Thrown when a name is supplied in construction of a JDOM construct whose where the name breaks XML naming conventions.

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

Elliotte Rusty Harold


Constructor & Destructor Documentation

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

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, package]
 

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.

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

Creates 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