Save This Page
Home » commons-chain-1.2-src » org.apache.commons » chain » impl » [javadoc | source]
org.apache.commons.chain.impl
public class: ExceptionCommand [javadoc | source]
java.lang.Object
   org.apache.commons.chain.impl.NonDelegatingCommand
      org.apache.commons.chain.impl.ExceptionCommand

All Implemented Interfaces:
    Command

Direct Known Subclasses:
    ExceptionFilter

Implementation of Command that logs its identifier and and throws an Exception.

Fields inherited from org.apache.commons.chain.impl.NonDelegatingCommand:
id
Constructor:
 public ExceptionCommand() 
 public ExceptionCommand(String id) 
Method from org.apache.commons.chain.impl.ExceptionCommand Summary:
execute
Methods from org.apache.commons.chain.impl.NonDelegatingCommand:
execute,   getId,   log,   setId
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.commons.chain.impl.ExceptionCommand Detail:
 public  void execute(Context context,
    Chain chain) throws Exception