public class ErrorPages extends Object
| Constructor | Description |
|---|---|
ErrorPages(Map<Integer,String> errorCodeLocations,
Map<Class<? extends Throwable>,String> exceptionMappings,
String defaultErrorPage) |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getErrorLocation(int code) |
|
String |
getErrorLocation(Throwable exception) |
Copyright © 2018. All rights reserved.