Class BeanRuleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.aspectran.core.context.rule.IllegalRuleException
com.aspectran.core.component.bean.BeanRuleException
- All Implemented Interfaces:
Serializable
The Class BeanRuleException.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBeanRuleException
(BeanRule beanRule) Instantiates a new BeanRuleException.BeanRuleException
(BeanRule beanRule, Throwable cause) Instantiates a new BeanRuleException.BeanRuleException
(String msg, BeanRule beanRule) Instantiates a new BeanRuleException.BeanRuleException
(String msg, BeanRule beanRule, Throwable cause) Instantiates a new BeanRuleException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BeanRuleException
Instantiates a new BeanRuleException.- Parameters:
beanRule
- the bean rule
-
BeanRuleException
Instantiates a new BeanRuleException.- Parameters:
beanRule
- the bean rulecause
- the root cause
-
BeanRuleException
Instantiates a new BeanRuleException.- Parameters:
msg
- the detail messagebeanRule
- the bean rule
-
BeanRuleException
Instantiates a new BeanRuleException.- Parameters:
beanRule
- the bean rulemsg
- the detail messagecause
- the root cause
-
-
Method Details
-
getBeanRule
Gets bean rule.- Returns:
- the bean rule
-