JNISpice
version 2.0.0

spice.basic
Class KernelVarNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by spice.basic.SpiceException
              extended by 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
KernelVarNotFoundException(java.lang.String message)
          Construct a KernelVarNotFoundException, supplying an accompanying message string.
 
Method Summary
static KernelVarNotFoundException create(java.lang.String caller, java.lang.String longMsg)
          Create an exception having a compound message.
 
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

KernelVarNotFoundException

public KernelVarNotFoundException(java.lang.String message)
Construct a KernelVarNotFoundException, supplying an accompanying message string.

Method Detail

create

public static KernelVarNotFoundException create(java.lang.String caller,
                                                java.lang.String longMsg)
Create an exception having a compound message.


JNISpice
version 2.0.0

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