JDOM
1.0

org.jdom
Class IllegalAddException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--java.lang.IllegalArgumentException
                          |
                          +--org.jdom.IllegalAddException

public class IllegalAddException
extends java.lang.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

Constructor Summary
IllegalAddException(java.lang.String reason)
          This will create an Exception with the specified error message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalAddException

public IllegalAddException(java.lang.String reason)
This will create an Exception with the specified error message.
Parameters:
reason - cause of the problem

JDOM
1.0

Copyright © 2004 Jason Hunter, Brett McLaughlin. All Rights Reserved.