Main Page   Packages   Namespace List   Class Hierarchy   Compound List   Compound Members  

IllegalTargetException Class Reference

List of all members.

Public Methods

 IllegalTargetException (String target, String reason)
 IllegalTargetException (String target)

Detailed Description

IllegalTargetException is thrown when a target is supplied in construction, etc., of a JDOM ProcessingInstruction, and that name breaks XML naming conventions.

Author:
Brett McLaughlin
Version:
Revision:
1.8
,
Date:
2002/01/08 09:17:10


Constructor & Destructor Documentation

IllegalTargetException::IllegalTargetException String    target,
String    reason
[inline]
 

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

Parameters:
target  String target that breaks rules.
reason  String message or reason target is illegal.

IllegalTargetException::IllegalTargetException String    target [inline]
 

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

Parameters:
target  String target that breaks rules.


The documentation for this class was generated from the following file:
Generated on Sat Mar 30 18:53:03 2002 for JDOM by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001