com.pietschy.command.configuration.impl
Class ConfiguratorNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.pietschy.command.configuration.ConfigurationException
                  extended by com.pietschy.command.configuration.impl.ConfiguratorNotFoundException
All Implemented Interfaces:
java.io.Serializable

 class ConfiguratorNotFoundException
extends ConfigurationException

Thrown when there is no configurator found for the specified command.


Constructor Summary
ConfiguratorNotFoundException(Command command)
          Creates a new instance for the specified command.
 
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

ConfiguratorNotFoundException

public ConfiguratorNotFoundException(Command command)
Creates a new instance for the specified command.

Parameters:
command - the command for which no configurator was found.


Copyright © 2006 - 2007 Andrew Pietsch