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