Class BeanRuleException

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      BeanRule getBeanRule()
      Gets bean 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

      • BeanRuleException

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

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

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

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

      • getBeanRule

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