|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.firebirdsql.gds.GDSException
org.firebirdsql.gds.GDSWarning
public class GDSWarning
Subclass of GDSException to represent internal Jaybird warnings.
Constructor Summary | |
---|---|
GDSWarning(java.lang.String message)
|
Method Summary | |
---|---|
boolean |
isWarning()
Retrieve whether this exception is a warning. |
Methods inherited from class org.firebirdsql.gds.GDSException |
---|
createWithXAErrorCode, getFbErrorCode, getIntParam, getMessage, getNext, getParam, getSQLState, getXAErrorCode, setNext, setXAErrorCode |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, 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 GDSWarning(java.lang.String message)
Method Detail |
---|
public boolean isWarning()
GDSException
isWarning
in class GDSException
true
if this is a warning,
false
otherwise
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |