Class InvalidRuleException

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      RuleImpl getRule()
      Retrieve the invalid Rule.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InvalidRuleException

        public InvalidRuleException​(RuleImpl rule)
        Parameters:
        rule - The invalid Rule.
        See Also:
        Exception()
      • InvalidRuleException

        public InvalidRuleException​(java.lang.String message,
                                    RuleImpl rule)
        Parameters:
        message -
        rule -
        See Also:
        Exception(String message)
      • InvalidRuleException

        public InvalidRuleException​(java.lang.String message,
                                    RuleImpl rule,
                                    java.lang.Throwable cause)
        Parameters:
        message -
        rule -
        See Also:
        Exception(String message, Throwable cause)
    • Method Detail

      • getRule

        public RuleImpl getRule()
        Retrieve the invalid Rule.
        Returns:
        The invalid Rule.