Class ErrorPage


  • public class ErrorPage
    extends Object
    A servlet error page mapping
    Author:
    Stuart Douglas
    • Constructor Detail

      • ErrorPage

        public ErrorPage​(String location,
                         int errorCode)
      • ErrorPage

        public ErrorPage​(String location)
    • Method Detail

      • getLocation

        public String getLocation()
      • getErrorCode

        public Integer getErrorCode()
      • getExceptionType

        public Class<? extends Throwable> getExceptionType()