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

public abstract class InterpreterRuntimeException extends RuntimeException
A common base class for all exceptions thrown by various Refinery Interpreter APIs.
Since:
2.0
See Also:
  • Constructor Details

    • InterpreterRuntimeException

      public InterpreterRuntimeException()
    • InterpreterRuntimeException

      public InterpreterRuntimeException(String message)
    • InterpreterRuntimeException

      public InterpreterRuntimeException(Throwable cause)
    • InterpreterRuntimeException

      public InterpreterRuntimeException(String message, Throwable cause)
    • InterpreterRuntimeException

      public InterpreterRuntimeException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)