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:
Serializable
Thrown when illegal text is supplied to a JDOM construct.
- Author:
- Brett McLaughlin, Elliotte Rusty Harold
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIllegalDataException
(String reason) This will create an exceptoin with the specified error message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalDataException
This will create an exceptoin with the specified error message.- Parameters:
reason
- cause of the problem
-