|
EAF 7.4 API | ||||||||
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.enhydra.dods.exceptions.DodsBaseException
com.lutris.dods.builder.generator.query.QueryException
public class QueryException
QueryException is thrown by QueryBuilder.getNextRow and getRows methods when the database query could not be performed. Application developers should treat QueryException like other ChainedException objects. QueryExceptions indicate run-time errors in accessing the database.
QueryBuilder
,
Serialized FormConstructor Summary | |
---|---|
QueryException(java.lang.String msg)
|
|
QueryException(java.lang.String msg,
java.lang.Throwable cause)
|
Method Summary |
---|
Methods inherited from class org.enhydra.dods.exceptions.DodsBaseException |
---|
getCause, getMessage, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public QueryException(java.lang.String msg, java.lang.Throwable cause)
public QueryException(java.lang.String msg)
|
EAF 7.4 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |