Package org.imixs.workflow.exceptions
Class QueryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.imixs.workflow.exceptions.WorkflowException
org.imixs.workflow.exceptions.QueryException
- All Implemented Interfaces:
Serializable
The QueryException is thrown in case a search query can not be pased.
- Author:
- rsoika
- See Also:
-
Field Summary
Fields inherited from class org.imixs.workflow.exceptions.WorkflowException
errorCode, errorContext, params
-
Constructor Summary
ConstructorDescriptionQueryException
(String aErrorCode, String message) QueryException
(String aErrorCode, String message, Exception e) -
Method Summary
Methods inherited from class org.imixs.workflow.exceptions.WorkflowException
formatErrorMessageWithParameters, getErrorCode, getErrorContext, getErrorParameters, setErrorCode, setErrorContext, setErrorParameters
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
QUERY_NOT_UNDERSTANDABLE
- See Also:
-
-
Constructor Details
-
QueryException
-
QueryException
-