Package 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 JDOMProcessingInstruction
, and that name breaks XML naming conventions.- Version:
- $Revision: 1.15 $, $Date: 2007/11/10 05:28:59 $
- Author:
- Brett McLaughlin
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalTargetException(java.lang.String reason)
Creates an exception with the specified error message.
-