Package 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.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalDataException(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 Detail
-
IllegalDataException
public IllegalDataException(String reason)
This will create an exceptoin with the specified error message.- Parameters:
reason
- cause of the problem
-
-