Package org.imixs.workflow.office.util
Class ErrorController
- java.lang.Object
-
- org.imixs.workflow.office.util.ErrorController
-
- All Implemented Interfaces:
Serializable
@Named @RequestScoped public class ErrorController extends Object implements Serializable
The ErrorController provides methods to analyse a exception stack trace. The controller is used in the errorhandler.xhtml page to redirect the user to a corresponding error page.- Author:
- rsoika
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ErrorController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()booleanisCausedBy(Exception e, String excpetionType)Returns true if the exception is caused by a specific Exception typevoidsetMessage(String message)
-