Interface AppianErrorCodeTitleFormatter

All Known Implementing Classes:
LocaleFormatter

public interface AppianErrorCodeTitleFormatter
Callback used to format an AppianErrorCode's title.
  • Method Summary

    Modifier and Type
    Method
    Description
    formatTitle(AppianErrorCode errorCode, Object... args)
    Returns the error title rendered with the included arguments.
  • Method Details

    • formatTitle

      String formatTitle(AppianErrorCode errorCode, Object... args)
      Returns the error title rendered with the included arguments.
      Parameters:
      errorCode - The code corresponding to the thrown exception
      args - Additional parameters required to render the title
      Returns:
      The title, localized and rendered with the included arguments where applicable.