| |
|
| java.lang.Object com.caucho.server.webapp.ErrorPage
ErrorPage | public class ErrorPage (Code) | | Resin's application implementation.
|
Field Summary | |
static L10N | L |
Constructor Summary | |
public | ErrorPage() Creates the error page. |
ErrorPage | public ErrorPage()(Code) | | Creates the error page.
|
getErrorCode | public int getErrorCode()(Code) | | Gets the error code.
|
getExceptionType | public String getExceptionType()(Code) | | Gets the exception type
|
getLocation | public String getLocation()(Code) | | Gets the location.
|
setErrorCode | public void setErrorCode(int code)(Code) | | Sets the error code.
|
setExceptionType | public void setExceptionType(String exceptionType)(Code) | | Sets the exception type
|
setLocation | public void setLocation(String location)(Code) | | Sets the location.
|
|
|
|