org.jdom
Class IllegalTargetException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.jdom.IllegalTargetException
- All Implemented Interfaces:
- java.io.Serializable
- public class IllegalTargetException
- extends java.lang.IllegalArgumentException
Thrown when a target is supplied in construction of a JDOM ProcessingInstruction, and that name breaks XML naming conventions.
- Version:
- $Revision: 1.14 $, $Date: 2004/02/06 09:28:30 $
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CVS_ID
private static final java.lang.String CVS_ID
- See Also:
- Constant Field Values
IllegalTargetException
IllegalTargetException(java.lang.String target,
java.lang.String reason)
- This will create an
Exception indicating
that the specified target is illegal for the
ProcessingInstruction it was supplied to.
IllegalTargetException
public IllegalTargetException(java.lang.String reason)
- Creates an exception with the specified error message.