Class ExceptionCommand

java.lang.Object
org.apache.commons.chain.impl.NonDelegatingCommand
org.apache.commons.chain.impl.ExceptionCommand
All Implemented Interfaces:
Command<Context>
Direct Known Subclasses:
ExceptionFilter

Implementation of Command that logs its identifier and and throws an Exception.
Version:
$Revision$ $Date$
Author:
Craig R. McClanahan
  • Constructor Details

    • ExceptionCommand

    • ExceptionCommand

      Construct an instance that will log the specified identifier
      Parameters:
      id - identifier to log for this Command instance
  • Method Details