com.ail.core.configure
Class NameNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ail.core.BaseException
              extended by com.ail.core.configure.NameNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class NameNotFoundException
extends BaseException

This exception is thrown to indicate that a named configuration element could not be found. A configuration element is any sub-class of Component.

Version:
$Revision: 1.2 $
See Also:
Serialized Form

Constructor Summary
NameNotFoundException(java.lang.String description)
           
 
Method Summary
 
Methods inherited from class com.ail.core.BaseException
addError, getDescription, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NameNotFoundException

public NameNotFoundException(java.lang.String description)