configuration
Class NotFound

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--configuration.ComponentConfiguratorException
                    |
                    +--configuration.NotFound

public class NotFound
extends ComponentConfiguratorException

An exception representing that a needed element was not found.

See Also:
Serialized Form

Constructor Summary
NotFound()
           
NotFound(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotFound

public NotFound()

NotFound

public NotFound(java.lang.String s)