|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.intel.gpe.clients.api.exceptions.GPEException
com.intel.gpe.clients.api.exceptions.GPEServiceException
com.intel.gpe.clients.api.exceptions.GPEQueryLanguageException
com.intel.gpe.clients.api.exceptions.GPEQueryEvaluationErrorException
public class GPEQueryEvaluationErrorException
Exception thrown when something bad happens on the server during evaluation of query resource properties expression.
Field Summary |
---|
Fields inherited from class com.intel.gpe.clients.api.exceptions.GPEException |
---|
resourceClient |
Constructor Summary | |
---|---|
GPEQueryEvaluationErrorException(java.lang.String message,
FaultWrapper fault,
WSRFClient resourceClient,
java.lang.String expr)
|
Method Summary | |
---|---|
java.lang.String |
getExpression()
Get original query expression. |
Methods inherited from class com.intel.gpe.clients.api.exceptions.GPEServiceException |
---|
getFaultDescriptionAsString, getFaultWrapper, getReason |
Methods inherited from class com.intel.gpe.clients.api.exceptions.GPEException |
---|
getResourceClient |
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 |
Constructor Detail |
---|
public GPEQueryEvaluationErrorException(java.lang.String message, FaultWrapper fault, WSRFClient resourceClient, java.lang.String expr)
Method Detail |
---|
public java.lang.String getExpression()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |