Class OrekitIOException

All Implemented Interfaces:
Serializable, LocalizedException

public class OrekitIOException extends IOException implements LocalizedException
Extension of IOException with localized message.
Since:
9.2
See Also:
  • Constructor Details

    • OrekitIOException

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