public class ErrorPage extends Object
| Constructor | Description |
|---|---|
ErrorPage(String location) |
|
ErrorPage(String location,
int errorCode) |
|
ErrorPage(String location,
Class<? extends Throwable> exceptionType) |
| Modifier and Type | Method | Description |
|---|---|---|
Integer |
getErrorCode() |
|
Class<? extends Throwable> |
getExceptionType() |
|
String |
getLocation() |
Copyright © 2018. All rights reserved.