|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjpl.mipl.spice.jni.SpiceLib
public class SpiceLib
Wrapper for the C language SPICE Toolkit.
| Field Summary | |
|---|---|
static short |
ABORT
a SPICE toolkit error action |
static short |
DEFAULT
a SPICE toolkit error action |
static short |
IGNORE
a SPICE toolkit error action |
static short |
REPORT
a SPICE toolkit error action |
static short |
RETURN
a SPICE toolkit error action |
| Method Summary | |
|---|---|
static short |
getErract()
Returns the current error-handling mode. |
static void |
setErract(short action)
Sets the action which the toolkit will take when an error is detected. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final short ABORT
public static final short IGNORE
public static final short REPORT
public static final short RETURN
public static final short DEFAULT
| Method Detail |
|---|
public static short getErract()
SpiceException - if an error was detected in the SPICE toolkitpublic static void setErract(short action)
action - must be ABORT, IGNORE, REPORT, RETURN, or DEFAULT
SpiceException - if an error was detected in the SPICE toolkit
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||