org.jdom
Class IllegalDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.jdom.IllegalDataException
- All Implemented Interfaces:
- Serializable
public class IllegalDataException
- extends IllegalArgumentException
Thrown when illegal text is supplied to a JDOM construct.
- Version:
- $Revision: 1.14 $, $Date: 2007/11/10 05:28:59 $
- Author:
- Brett McLaughlin, Elliotte Rusty Harold
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IllegalDataException
public IllegalDataException(String reason)
- This will create an exceptoin with the specified error message.
- Parameters:
reason
- cause of the problem
Copyright ? 2007 Jason Hunter, Brett McLaughlin. All Rights Reserved.