Interface GenericApplication.ErrorHandler

  • Enclosing interface:
    GenericApplication

    public static interface GenericApplication.ErrorHandler
    Interface describing the application's error handlers.
    • Method Detail

      • getFile

        String getFile()
        Returns the not null error handler file name.
      • getErrorCode

        String getErrorCode()
        Returns the error code, possibly null.
      • getMimeType

        String getMimeType()
        Returns the not null error handler mime-type.