Class BeanRuleException

All Implemented Interfaces:
Serializable

public class BeanRuleException extends IllegalRuleException
The Class BeanRuleException.
See Also:
  • Constructor Details

    • BeanRuleException

      public BeanRuleException(BeanRule beanRule)
      Instantiates a new BeanRuleException.
      Parameters:
      beanRule - the bean rule
    • BeanRuleException

      public BeanRuleException(BeanRule beanRule, Throwable cause)
      Instantiates a new BeanRuleException.
      Parameters:
      beanRule - the bean rule
      cause - the root cause
    • BeanRuleException

      public BeanRuleException(String msg, BeanRule beanRule)
      Instantiates a new BeanRuleException.
      Parameters:
      msg - the detail message
      beanRule - the bean rule
    • BeanRuleException

      public BeanRuleException(String msg, BeanRule beanRule, Throwable cause)
      Instantiates a new BeanRuleException.
      Parameters:
      beanRule - the bean rule
      msg - the detail message
      cause - the root cause
  • Method Details

    • getBeanRule

      public BeanRule getBeanRule()
      Gets bean rule.
      Returns:
      the bean rule