com.pietschy.command.configuration.impl
Class AnonymousConfigurationException

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

 class AnonymousConfigurationException
extends ConfigurationException

Thrown when an attempt is made to configure and anonymous command.


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

AnonymousConfigurationException

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

Parameters:
command - the anonymous command


Copyright © 2006 - 2007 Andrew Pietsch