|
||||||||||
| 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
public class QcliException
Thrown to indicate an error in SQL Client Interface. This is a base class for all Qcli exceptions.
| Field Summary | |
|---|---|
java.lang.String |
sqlstate
SQLSTATE value. |
| Constructor Summary | |
|---|---|
QcliException()
Constructs a new QcliException with no detail message. |
|
QcliException(java.lang.String s)
Constructs a new QcliException with the specified detail message. |
|
QcliException(java.lang.String m,
java.lang.String s)
Constructs a new QcliException with the specified detail message and SQLState. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDetailMessage()
Returns the detail 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 |
| Field Detail |
|---|
public java.lang.String sqlstate
| Constructor Detail |
|---|
public QcliException()
public QcliException(java.lang.String s)
s - the detail message.
public QcliException(java.lang.String m,
java.lang.String s)
m - the detail message.s - the SQLState.| Method Detail |
|---|
public java.lang.String getDetailMessage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||