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