Interface LocalizedException

All Known Implementing Classes:
ArcsSet.InconsistentStateAt2PiWrapping, Euclidean1D.NoSubSpaceException, MathIllegalArgumentException, MathIllegalStateException, MathRuntimeException, NullArgumentException, Sphere1D.NoSubSpaceException, VariationalEquation.MismatchedEquations

public interface LocalizedException
This interface specified methods implemented by localized exception classes.

This interface has been copied from the interface with the same name from Orekit.

  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    Gets the message in a specified locale.
    Get the variable parts of the error message.
    Get the localizable specifier of the error message.
  • Method Details Link icon

    • getMessage Link icon

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

      Localizable getSpecifier()
      Get the localizable specifier of the error message.
      Returns:
      localizable specifier of the error message
    • getParts Link icon

      Object[] getParts()
      Get the variable parts of the error message.
      Returns:
      a copy of the variable parts of the error message