JNISpice
version 2.0.0

spice.basic
Class FrameNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by spice.basic.SpiceException
              extended by spice.basic.FrameNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class FrameNotFoundException
extends SpiceException

The FrameNotFoundException class is used to signal a "not found" condition when an attempt is made to locate data for a reference frame. 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 09-DEC-2009 (NJB)

See Also:
Serialized Form

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

FrameNotFoundException

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

Method Detail

create

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