org.jdom

Class IllegalAddException


public class IllegalAddException
extends IllegalArgumentException

Thrown when trying to add a illegal object to a JDOM construct.
Version:
$Revision: 1.26 $, $Date: 2007/11/10 05:28:59 $
Authors:
Brett McLaughlin
Jason Hunter

Constructor Summary

IllegalAddException(String reason)
This will create an Exception with the specified error message.

Constructor Details

IllegalAddException

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

Copyright B) 2007 Jason Hunter, Brett McLaughlin. All Rights Reserved.