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:
- java.io.Serializable
- public class IllegalDataException
- extends java.lang.IllegalArgumentException
Thrown when illegal text is supplied to a JDOM construct.
- Version:
- $Revision: 1.13 $, $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
IllegalDataException
IllegalDataException(java.lang.String data,
java.lang.String construct,
java.lang.String reason)
- This will create an
Exception indicating
that the specified data is illegal for the construct
it was supplied to.
IllegalDataException
IllegalDataException(java.lang.String data,
java.lang.String construct)
- This will create an
Exception indicating
that the specified data is illegal for the construct
it was supplied to.
IllegalDataException
public IllegalDataException(java.lang.String reason)
- This will create an exceptoin with the specified error message.