Class ErrorController
- java.lang.Object
-
- info.ejava.examples.ejb.cdisales.web.ErrorController
-
- All Implemented Interfaces:
Serializable
@Named("errorController") @SessionScoped public class ErrorController extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ErrorController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getError()
Exception
getException()
String
getStackTrace()
void
setError(String error)
void
setException(Exception exception)
-