Class RuleExecutionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.helixframework.rules.error.RuleExecutionException
All Implemented Interfaces:
Serializable

public class RuleExecutionException extends RuntimeException
Exception thrown when a rule execution fails.
See Also:
  • Constructor Details

    • RuleExecutionException

      public RuleExecutionException(String ruleName)
    • RuleExecutionException

      public RuleExecutionException(String ruleName, Throwable cause)
    • RuleExecutionException

      public RuleExecutionException(String ruleName, String message)
    • RuleExecutionException

      public RuleExecutionException(String ruleName, String message, Throwable cause)
  • Method Details

    • getRuleName

      public String getRuleName()