| edu.iu.uis.eden.web.StrutsExceptionHandler
StrutsExceptionHandler | public class StrutsExceptionHandler extends ExceptionHandler (Code) | | Catches exceptions throw from Workflow Actions If exception is of type
WorkflowServiceErrorException any WorkflowServiceErrors saved on the exception
are stripped off of the exception put into ActionMessages in the Error que and
the request is directed back to the original ActionMapping input page. Other
exceptions are logged and directed to the mapped jsp according to the
exception handler mapping.
author: rkirkend author: temay author: ewestfal |
|
|