public class ErrorPage extends Object
ErrorPage(String location)
ErrorPage(String location, Class<? extends Throwable> exceptionType)
ErrorPage(String location, int errorCode)
Integer
getErrorCode()
Class<? extends Throwable>
getExceptionType()
String
getLocation()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ErrorPage(String location, Class<? extends Throwable> exceptionType)
public ErrorPage(String location, int errorCode)
public ErrorPage(String location)
public String getLocation()
public Integer getErrorCode()
public Class<? extends Throwable> getExceptionType()
Copyright © 2013 JBoss by Red Hat. All rights reserved.