Package org.jdom2
Class IllegalAddException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- org.jdom2.IllegalAddException
-
- All Implemented Interfaces:
java.io.Serializable
public class IllegalAddException extends java.lang.IllegalArgumentException
Thrown when trying to add an illegal object to a JDOM construct.- Author:
- Brett McLaughlin, Jason Hunter
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalAddException(java.lang.String reason)
This will create anException
with the specified error message.
-