Class OrekitInternalError

All Implemented Interfaces:
Serializable, LocalizedException

public class OrekitInternalError extends IllegalStateException implements LocalizedException
Extension of Runtime with localized message for internal errors only.
Since:
7.1
See Also:
  • Constructor Details

    • OrekitInternalError

      public OrekitInternalError(Throwable cause)
      Create an exception with localized message.
      Parameters:
      cause - underlying cause
  • Method Details