JNISpice
version 2.0.0

spice.basic
Class SpiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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
SpiceException(java.lang.String message)
          Create a SpiceException with an associated diagnostic message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SpiceException

public SpiceException(java.lang.String message)
Create a SpiceException with an associated diagnostic message.


JNISpice
version 2.0.0

JNISpice Alpha Test Version 2.0.0 28-JAN-2017 (NJB)