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