com.ail.core.configure
Class UnknownNamespaceError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by com.ail.core.BaseError
              extended by com.ail.core.configure.ConfigurationError
                  extended by com.ail.core.configure.UnknownNamespaceError
All Implemented Interfaces:
java.io.Serializable

public class UnknownNamespaceError
extends ConfigurationError

This error is thrown when a the request is made to load properties for a namespace which does not exist.

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

Constructor Summary
UnknownNamespaceError(java.lang.String description)
           
 
Method Summary
 
Methods inherited from class com.ail.core.BaseError
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

UnknownNamespaceError

public UnknownNamespaceError(java.lang.String description)