java.io.SerializableBeanCreationException, BeanDestroyFailedException, BeanNotOfRequiredTypeException, FactoryBeanNotInitializedException, UnsupportedBeanScopeExceptionpublic class BeanRuleException extends BeanException
| Constructor | Description |
|---|---|
BeanRuleException(java.lang.String msg,
BeanRule beanRule) |
Instantiates a new BeanRuleException.
|
BeanRuleException(java.lang.String msg,
BeanRule beanRule,
java.lang.Throwable cause) |
Instantiates a new BeanRuleException.
|
| Modifier and Type | Method | Description |
|---|---|---|
BeanRule |
getBeanRule() |
Gets bean rule.
|
public BeanRuleException(java.lang.String msg,
BeanRule beanRule)
msg - the detail messagebeanRule - the bean rulepublic BeanRuleException(java.lang.String msg,
BeanRule beanRule,
java.lang.Throwable cause)
beanRule - the bean rulemsg - the detail messagecause - the root causepublic BeanRule getBeanRule()
Copyright © 2008–2018 The Aspectran Project. All rights reserved.