QSopt 0.5 Alpha
All Rights Reserved

qs
Class QSException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byqs.QSException
All Implemented Interfaces:
java.io.Serializable

public class QSException
extends java.lang.Exception

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.

See Also:
Serialized Form

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

rval

public int rval

TRACE

public static int TRACE
Constructor Detail

QSException

public QSException()

QSException

public QSException(int rv)

QSException

public QSException(java.lang.String s)
Method Detail

print

public void print(java.io.PrintStream s)

QSopt 0.5 Alpha
QSopt Home