Class OrekitParseException

    • Constructor Detail

      • OrekitParseException

        public OrekitParseException​(org.hipparchus.exception.Localizable specifier,
                                    Object... parts)
        Create an exception with localized message.
        Parameters:
        specifier - format specifier (to be translated)
        parts - parts to insert in the format (no translation)
    • Method Detail

      • getMessage

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

        public org.hipparchus.exception.Localizable getSpecifier()
        Get the localizable specifier of the error message.
        Specified by:
        getSpecifier in interface LocalizedException
        Returns:
        localizable specifier of the error message
      • getParts

        public Object[] getParts()
        Get the variable parts of the error message.
        Specified by:
        getParts in interface LocalizedException
        Returns:
        a copy of the variable parts of the error message