JNISpice
version 2.0.0

spice.basic
Class PointingNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by spice.basic.SpiceException
              extended by 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

Constructor Summary
PointingNotFoundException(java.lang.String message)
          Construct a PointingNotFoundException, supplying an accompanying message string.
 
Method Summary
static PointingNotFoundException 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

PointingNotFoundException

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

Method Detail

create

public static PointingNotFoundException 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)