Class EvaluationException

    • Constructor Detail

      • EvaluationException

        public EvaluationException​(ErrorValue errorValue)
        Creates a StackableRuntimeException with no message and no parent.
        Parameters:
        errorValue - the error value that caused this exception.
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
        Returns the detail message string of this throwable.
        Returns:
        the detail message string of this Throwable instance (which may be null).
      • getErrorValue

        public ErrorValue getErrorValue()