Package org.jdom2
Class IllegalDataException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- org.jdom2.IllegalDataException
-
- All Implemented Interfaces:
java.io.Serializable
public class IllegalDataException extends java.lang.IllegalArgumentException
Thrown when illegal text is supplied to a JDOM construct.- Author:
- Brett McLaughlin, Elliotte Rusty Harold
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalDataException(java.lang.String reason)
This will create an exceptoin with the specified error message.
-