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:
- Serializable
public class IllegalTargetException
- extends IllegalArgumentException
Thrown when a target is supplied in construction of a JDOM ProcessingInstruction
, 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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IllegalTargetException
public IllegalTargetException(String reason)
- Creates an exception with the specified error message.
- Parameters:
reason
- cause of the problem
Copyright ? 2007 Jason Hunter, Brett McLaughlin. All Rights Reserved.