Class GeodesicException

All Implemented Interfaces:
Serializable

public class GeodesicException extends NavigationException
Exception raised for a geodesic operation.
See Also:
  • Constructor Details

    • GeodesicException

      public GeodesicException()
      Constructor.
    • GeodesicException

      public GeodesicException(String message)
      Constructor with String containing message.
      Parameters:
      message - message indicating the cause of the exception.
    • GeodesicException

      public GeodesicException(String message, Throwable cause)
      Constructor with message and cause.
      Parameters:
      message - message describing the cause of the exception.
      cause - instance containing the cause of the exception.
    • GeodesicException

      public GeodesicException(Throwable cause)
      Constructor with cause.
      Parameters:
      cause - instance containing the cause of the exception.