org.jdom
Class IllegalAddException
IllegalArgumentExceptionorg.jdom.IllegalAddException
public class IllegalAddException
extends IllegalArgumentException
Thrown when trying to add a illegal object to a JDOM construct.
Version:
- Brett McLaughlin
- Jason Hunter
IllegalAddException(String reason)- This will create an
Exception with the specified
error message.
|
IllegalAddException
public IllegalAddException(String reason)
This will create an Exception with the specified
error message.
reason - cause of the problem
Copyright B) 2004 Jason Hunter, Brett McLaughlin. All Rights Reserved.