public class ErrorPages extends Object
ErrorPages(Map<Integer,String> errorCodeLocations, Map<Class<? extends Throwable>,String> exceptionMappings, String defaultErrorPage)
String
getErrorLocation(int code)
getErrorLocation(Throwable exception)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ErrorPages(Map<Integer,String> errorCodeLocations, Map<Class<? extends Throwable>,String> exceptionMappings, String defaultErrorPage)
public String getErrorLocation(int code)
public String getErrorLocation(Throwable exception)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.