|
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.SpiceErrorException
public class SpiceErrorException
The SpiceErrorException class is used to signal errors encountered within the JNISpice system.
Version 1.0.0 11-NOV-2009 (NJB)
Constructor Summary | |
---|---|
SpiceErrorException(java.lang.String message)
Create a SpiceErrorException using an already-formed compound message string. |
Method Summary | |
---|---|
static SpiceErrorException |
create(java.lang.String caller,
java.lang.String shortMsg,
java.lang.String longMsg)
Create a SpiceErrorException using a caller name, short message, and long 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 SpiceErrorException(java.lang.String message)
Method Detail |
---|
public static SpiceErrorException create(java.lang.String caller, java.lang.String shortMsg, 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 |