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
public class IllegalAddException
- extends IllegalArgumentException
Thrown when trying to add a illegal object to a JDOM construct.
- Version:
- $Revision: 1.25 $, $Date: 2004/02/06 09:28:30 $
- Author:
- Brett McLaughlin, Jason Hunter
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IllegalAddException
public IllegalAddException(String reason)
- This will create an
Exception
with the specified
error message.
- Parameters:
reason
- cause of the problem
Copyright ? 2004 Jason Hunter, Brett McLaughlin. All Rights Reserved.