com.ibm.ws.javaee.dd.web.common

Interface ErrorPage


  1. public interface ErrorPage

Method Summary

Modifier and Type Method and Description
  1. int
getErrorCode()
  1. java.lang.String
getExceptionType()
  1. java.lang.String
getLocation()
  1. boolean
isSetErrorCode()

Method Detail

isSetErrorCode

  1. boolean isSetErrorCode()
Returns:
true if <error-code> is specified
See Also:

getErrorCode

  1. int getErrorCode()
Returns:
<error-code> if specified
See Also:

getExceptionType

  1. java.lang.String getExceptionType( )
Returns:
<exception-type>, or null if unspecified

getLocation

  1. java.lang.String getLocation()
Returns:
<location>