Interface GenericApplication.ErrorHandler

Enclosing interface:
GenericApplication

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

    Modifier and Type
    Method
    Description
    Returns the error code, possibly null.
    Returns the not null error handler file name.
    Returns the not null error handler mime-type.
  • Method Details

    • 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.