Methods Summary |
---|
public int | getErrorCode()return the error code for this error page descriptor.
|
public java.lang.String | getExceptionType()Return the exception type (full classname) for causing the redirect.
|
public java.lang.String | getLocation()Return the relative name of the page for the redirect.
|
public void | setErrorCode(int errorCode)
|
public void | setExceptionType(java.lang.String exceptionType)
|
public void | setLocation(java.lang.String location)
|