configuration
Class ComponentConfiguratorException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--configuration.ComponentConfiguratorException
Direct Known Subclasses:
ElementExists, HookBusy, HookVacant, NotFound

public class ComponentConfiguratorException
extends java.lang.Exception

An superclass from which all ComponentConfigurator exeptions derive.

See Also:
ElementExists, NotFound, HookBusy, HookVacant, Serialized Form

Constructor Summary
ComponentConfiguratorException()
           
ComponentConfiguratorException(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

ComponentConfiguratorException

public ComponentConfiguratorException()

ComponentConfiguratorException

public ComponentConfiguratorException(java.lang.String s)