Class OrekitIllegalArgumentException

All Implemented Interfaces:
Serializable, LocalizedException

public class OrekitIllegalArgumentException extends IllegalArgumentException implements LocalizedException
Extension of IllegalArgumentException with localized message.
Since:
7.1
See Also:
  • Constructor Details

    • OrekitIllegalArgumentException

      public OrekitIllegalArgumentException(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 Details