Class InterpreterRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
tools.refinery.interpreter.matchers.InterpreterRuntimeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InterpreterException
,QueryProcessingException
A common base class for all exceptions thrown by various Refinery Interpreter APIs.
- Since:
- 2.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInterpreterRuntimeException
(String message) InterpreterRuntimeException
(String message, Throwable cause) InterpreterRuntimeException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InterpreterRuntimeException
public InterpreterRuntimeException() -
InterpreterRuntimeException
-
InterpreterRuntimeException
-
InterpreterRuntimeException
-
InterpreterRuntimeException
-