|
||||||||||
| 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.globus.common.ChainedException
org.globus.wsrf.query.QueryException
public class QueryException
This is a basic exception raised by QueryEngine or
ExpressionEvaluator.
| Constructor Summary | |
|---|---|
QueryException()
Creates a QueryException without error message. |
|
QueryException(java.lang.String message)
Creates a QueryException with a given error message. |
|
QueryException(java.lang.String message,
java.lang.Throwable exception)
Creates a QueryException with a given error message and nested exception. |
|
QueryException(java.lang.Throwable exception)
Creates a QueryException from a nested exception. |
|
| Method Summary |
|---|
| Methods inherited from class org.globus.common.ChainedException |
|---|
getException, getMessage, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, 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()
public QueryException(java.lang.String message)
message - error message
public QueryException(java.lang.String message,
java.lang.Throwable exception)
message - error messageexception - nested exception/public QueryException(java.lang.Throwable exception)
exception - nested exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||