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

Interface ErrorPage



  • public interface ErrorPage
    • 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>