Class OrekitIllegalStateException

All Implemented Interfaces:
Serializable, LocalizedException

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

    • OrekitIllegalStateException

      public OrekitIllegalStateException(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