|
JNISpice version 2.0.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
spice.basic.SpiceException
spice.basic.PointingNotFoundException
public class PointingNotFoundException
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)
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 |
---|
public PointingNotFoundException(java.lang.String message)
Method Detail |
---|
public static PointingNotFoundException create(java.lang.String caller, java.lang.String longMsg)
|
JNISpice version 2.0.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |