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