|
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.PointNotFoundException
public class PointNotFoundException
The PointNotFoundException class is used to signal a "not found" condition when an attempt is made to access a 3-vector that does not exist.
Version 1.0.0 03-DEC-2009 (NJB)
Constructor Summary | |
---|---|
PointNotFoundException(java.lang.String message)
Construct a PointNotFoundException, supplying an accompanying message string. |
Method Summary | |
---|---|
static PointNotFoundException |
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 PointNotFoundException(java.lang.String message)
Method Detail |
---|
public static PointNotFoundException 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 |