Interface MathThrowable

    • Method Detail

      • getSpecificPattern

        Localizable getSpecificPattern()
        Gets the localizable pattern used to build the specific part of the message of this throwable.
        Returns:
        localizable pattern used to build the specific part of the message of this throwable
      • getGeneralPattern

        Localizable getGeneralPattern()
        Gets the localizable pattern used to build the general part of the message of this throwable.
        Returns:
        localizable pattern used to build the general part of the message of this throwable
      • getArguments

        Object[] getArguments()
        Gets the arguments used to build the message of this throwable.
        Returns:
        the arguments used to build the message of this throwable
      • getMessage

        String getMessage​(Locale locale)
        Gets the message in a specified locale.
        Parameters:
        locale - Locale in which the message should be translated
        Returns:
        localized message
      • getMessage

        String getMessage()
        Gets the message in a conventional US locale.
        Returns:
        localized message
      • getLocalizedMessage

        String getLocalizedMessage()
        Gets the message in the system default locale.
        Returns:
        localized message