|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
ca.idms.qcli.QcliException
ca.idms.qcli.QcliSQLException
public class QcliSQLException
Thrown when SQLCODE < 0 after a call to Qcli.
| Field Summary |
|---|
| Fields inherited from class ca.idms.qcli.QcliException |
|---|
sqlstate |
| Constructor Summary | |
|---|---|
QcliSQLException(ca.idms.qcli.Sqlca s)
Constructs a new QcliSQLException. |
|
| Method Summary | |
|---|---|
ca.idms.qcli.Sqlca |
getSqlca()
Gets the Sqlca containing detailed error information. |
| Methods inherited from class ca.idms.qcli.QcliException |
|---|
getDetailMessage |
| 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 QcliSQLException(ca.idms.qcli.Sqlca s)
s - the Sqlca returned by Qcli.| Method Detail |
|---|
public final ca.idms.qcli.Sqlca getSqlca()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||