- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- spice.basic.SpiceException
-
- spice.basic.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.
-
-
-
Field Detail
-
SHORT_MSG
private static final java.lang.String SHORT_MSG
- See Also:
- Constant Field Values
-
VERSION
private static java.lang.String VERSION
-
instrument
int instrument
-
encodedSCLK
double encodedSCLK
-
tolerance
double tolerance
-
referenceFrame
java.lang.String referenceFrame
-
avRequired
boolean avRequired
-
-
Method Detail
-
create
public static PointingNotFoundException create(java.lang.String caller, java.lang.String longMsg)
Create an exception having a compound message.- Parameters:
caller
- StringlongMsg
- String- Returns:
- PointingNotFoundException
-
-