Package com.ibm.ws.javaee.dd.web.common
Interface ErrorPage
public interface ErrorPage
-
Method Summary
Modifier and TypeMethodDescriptionint
boolean
-
Method Details
-
isSetErrorCode
boolean isSetErrorCode()- Returns:
- true if <error-code> is specified
- See Also:
-
getErrorCode
int getErrorCode()- Returns:
- <error-code> if specified
- See Also:
-
getExceptionType
String getExceptionType()- Returns:
- <exception-type>, or null if unspecified
-
getLocation
String getLocation()- Returns:
- <location>
-