|
QSopt 0.5 Alpha All Rights Reserved |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
qs.QSException
The QSException class wraps Java's Exception class.
Most of the functions in QSopt's C library return non zero integer values to indicate failure. Some return NULL pointers. The corresponding Java methods throw a QSException.
Field Summary | |
int |
rval
|
static int |
TRACE
|
Constructor Summary | |
QSException()
|
|
QSException(int rv)
|
|
QSException(java.lang.String s)
|
Method Summary | |
void |
print(java.io.PrintStream s)
|
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 |
Field Detail |
public int rval
public static int TRACE
Constructor Detail |
public QSException()
public QSException(int rv)
public QSException(java.lang.String s)
Method Detail |
public void print(java.io.PrintStream s)
|
QSopt 0.5 Alpha QSopt Home |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |