- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- spice.basic.SpiceException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
DAFRecordNotFoundException
,FrameNotFoundException
,IDCodeNotFoundException
,KernelVarNotFoundException
,NameNotFoundException
,PointingNotFoundException
,PointNotFoundException
,SpiceErrorException
,SpiceKernelNotLoadedException
public class SpiceException extends java.lang.Exception
The SpiceException class is used to signal errors or non-error exceptional cases encountered within the JNISpice system.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SpiceException(java.lang.String message)
Create a SpiceException with an associated diagnostic message.
-