public abstract class ErroringAction extends Object
Action adapter/implementation for action code that may throw exceptions. Implementations implement doExecute() (instead of execute()) which is allowed to throw checked exceptions. Any checked exceptions thrown will be wrapped as unchecked exceptions and re-thrown.
- The type of object which this action accepts.