Package org.jdom
Class IllegalAddException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.jdom.IllegalAddException
- All Implemented Interfaces:
Serializable
Thrown when trying to add a illegal object to a JDOM construct.
- Version:
- $Revision: 1.26 $, $Date: 2007/11/10 05:28:59 $
- Author:
- Brett McLaughlin, Jason Hunter
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIllegalAddException
(String reason) This will create anException
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
-
IllegalAddException
This will create anException
with the specified error message.- Parameters:
reason
- cause of the problem
-