- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- spice.basic.SpiceException
-
- spice.basic.KernelVarNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class KernelVarNotFoundException extends SpiceException
The KernelVarNotFoundException class is used to signal a "not found" condition when an attempt is made to access a CSPICE kernel pool variable. This exception is meant to be used for non-error cases which normally would be indicated in CSPICE by setting a "found flag" to SPICEFALSE.Version 1.0.0 03-DEC-2009 (NJB)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KernelVarNotFoundException(java.lang.String message)
Construct a KernelVarNotFoundException, supplying an accompanying message string.
-
Method Summary
Modifier and Type Method Description static KernelVarNotFoundException
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
-
-
Method Detail
-
create
public static KernelVarNotFoundException create(java.lang.String caller, java.lang.String longMsg)
Create an exception having a compound message.- Parameters:
caller
- StringlongMsg
- String- Returns:
- KernelVarNotFoundException
-
-