org.cdmckay.coffeedom
Class IllegalAddException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by org.cdmckay.coffeedom.IllegalAddException
All Implemented Interfaces:
Serializable

public class IllegalAddException
extends IllegalArgumentException

Thrown when trying to add a illegal object to a CoffeeDOM construct.

Author:
Brett McLaughlin, Jason Hunter
See Also:
Serialized Form

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

Constructor Detail

IllegalAddException

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

Parameters:
reason - cause of the problem


Copyright © 2011. All Rights Reserved.