|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
wt.util.WTException
wt.query.QueryException
Exception generated when a building a query using objects in wt.query
package.
Supported API: true
Extendable: false
Field Summary | |
private static String |
versionID
|
Fields inherited from class wt.util.WTException |
GETMESSAGE_LINE_SEPARATOR, LINE_SEPARATOR, SPACE_SEPARATOR, TOSTRING_LINE_SEPARATOR |
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Constructor Summary | |
QueryException()
Supported API: false |
|
QueryException(Exception e)
Supported API: false |
|
QueryException(Exception e,
String s)
Supported API: false |
|
QueryException(Exception e,
String rb,
String key,
Object[] params)
Supported API: false |
|
QueryException(String s)
Supported API: false |
|
QueryException(String rb,
String key,
Object[] params)
Supported API: false |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final String versionID
Constructor Detail |
public QueryException()
public QueryException(String s)
public QueryException(String rb, String key, Object[] params)
public QueryException(Exception e)
public QueryException(Exception e, String s)
public QueryException(Exception e, String rb, String key, Object[] params)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |