Class LicenseMissingErrorHandler

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean canHandle​(javax.servlet.http.HttpServletRequest request, int code)
      Can this implementation handle the type of error raised for the request?
      void writeErrorContent​(java.io.Writer writer)
      Write the content of the HTML page to display.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LicenseMissingErrorHandler

        public LicenseMissingErrorHandler()
    • Method Detail

      • canHandle

        public boolean canHandle​(javax.servlet.http.HttpServletRequest request,
                                 int code)
        Description copied from interface: HttpErrorHandler
        Can this implementation handle the type of error raised for the request?
        Specified by:
        canHandle in interface HttpErrorHandler
      • writeErrorContent

        public void writeErrorContent​(java.io.Writer writer)
                               throws java.io.IOException
        Description copied from interface: HttpErrorHandler
        Write the content of the HTML page to display.
        Specified by:
        writeErrorContent in interface HttpErrorHandler
        Throws:
        java.io.IOException