Class InterpreterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
tools.refinery.interpreter.matchers.InterpreterRuntimeException
tools.refinery.interpreter.exception.InterpreterException
- All Implemented Interfaces:
Serializable
A general Refinery Interpreter-related problem during the operation of the Refinery Interpreter
engine, or the loading, manipulation and evaluation of queries.
- Since:
- 0.9
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInterpreterException
(String s, String shortMessage) InterpreterException
(String s, String shortMessage, Throwable e) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
PROCESSING_PROBLEM
- Since:
- 0.9
- See Also:
-
QUERY_INIT_PROBLEM
- Since:
- 0.9
- See Also:
-
-
Constructor Details
-
InterpreterException
-
InterpreterException
-
InterpreterException
-
InterpreterException
-
-
Method Details
-
getShortMessage
-