@Named(value="errorController") @SessionScoped public class ErrorController extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
private String |
error |
private Exception |
exception |
Constructor and Description |
---|
ErrorController() |
Modifier and Type | Method and Description |
---|---|
String |
getError() |
Exception |
getException() |
String |
getStackTrace() |
void |
setError(String error) |
void |
setException(Exception exception) |
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.