Module JNISpice
Package spice.basic

Class PointingNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class PointingNotFoundException
    extends SpiceException
    The PointingNotFoundException class is used to indicate that a C-kernel lookup failed to find requested pointing. This condition is normally non-fatal. It is handled in CSPICE by returning a boolean "found flag" having a value of SPICEFALSE.

    Version 1.0.0 13-DEC-2009 (NJB)

    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) boolean avRequired  
      (package private) double encodedSCLK  
      (package private) int instrument  
      (package private) java.lang.String referenceFrame  
      private static java.lang.String SHORT_MSG  
      (package private) double tolerance  
      private static java.lang.String VERSION  
    • Constructor Summary

      Constructors 
      Constructor Description
      PointingNotFoundException​(java.lang.String message)
      Construct a PointingNotFoundException, supplying an accompanying message string.
    • Method Summary

      Modifier and Type Method Description
      static PointingNotFoundException create​(java.lang.String caller, java.lang.String longMsg)
      Create an exception having a compound message.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • VERSION

        private static java.lang.String VERSION
      • instrument

        int instrument
      • encodedSCLK

        double encodedSCLK
      • tolerance

        double tolerance
      • referenceFrame

        java.lang.String referenceFrame
      • avRequired

        boolean avRequired
    • Constructor Detail

      • PointingNotFoundException

        public PointingNotFoundException​(java.lang.String message)
        Construct a PointingNotFoundException, supplying an accompanying message string.
        Parameters:
        message - String
    • Method Detail

      • create

        public static PointingNotFoundException create​(java.lang.String caller,
                                                       java.lang.String longMsg)
        Create an exception having a compound message.
        Parameters:
        caller - String
        longMsg - String
        Returns:
        PointingNotFoundException