Package com.ibm.ws.javaee.dd.web.common
Interface ErrorPage
- 
 public interface ErrorPage
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetErrorCode()java.lang.StringgetExceptionType()java.lang.StringgetLocation()booleanisSetErrorCode()
 
- 
- 
- 
Method Detail- 
isSetErrorCodeboolean isSetErrorCode() - Returns:
- true if <error-code> is specified
- See Also:
- getErrorCode()
 
 - 
getErrorCodeint getErrorCode() - Returns:
- <error-code> if specified
- See Also:
- isSetErrorCode()
 
 - 
getExceptionTypejava.lang.String getExceptionType() - Returns:
- <exception-type>, or null if unspecified
 
 - 
getLocationjava.lang.String getLocation() - Returns:
- <location>
 
 
- 
 
-