com.pietschy.command.configuration
Class MissingConfigurationException

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.MissingConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class MissingConfigurationException
extends ConfigurationException

Thrown when there is no configuration for the specified command.

See Also:
Serialized Form

Constructor Summary
MissingConfigurationException(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

MissingConfigurationException

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

Parameters:
command - the command whose configuration is missing


Copyright © 2006 - 2007 Andrew Pietsch