Package org.jdom2
Class IllegalTargetException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- org.jdom2.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.- 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.
-