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

All Implemented Interfaces:
    Filter, Command

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

Field Summary
protected  String id2     
Fields inherited from org.apache.commons.chain.impl.NonDelegatingCommand:
id
Constructor:
 public ExceptionFilter() 
 public ExceptionFilter(String id1,
    String id2) 
Method from org.apache.commons.chain.impl.ExceptionFilter Summary:
getId2,   postprocess,   setId2
Methods from org.apache.commons.chain.impl.ExceptionCommand:
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.ExceptionFilter Detail:
 public String getId2() 
 public boolean postprocess(Context context,
    Exception exception) 
 public  void setId2(String id2)