java.io.Serializablepublic class BeanCreationException extends BeanRuleException
| Constructor | Description |
|---|---|
BeanCreationException(BeanRule beanRule) |
Instantiates a new BeanCreationException.
|
BeanCreationException(BeanRule beanRule,
java.lang.Throwable cause) |
Instantiates a new BeanCreationException.
|
BeanCreationException(java.lang.String msg,
BeanRule beanRule) |
Instantiates a new BeanCreationException.
|
BeanCreationException(java.lang.String msg,
BeanRule beanRule,
java.lang.Throwable cause) |
Instantiates a new BeanCreationException.
|
getBeanRulepublic BeanCreationException(BeanRule beanRule)
beanRule - the bean rulepublic BeanCreationException(java.lang.String msg,
BeanRule beanRule)
msg - The detail messagebeanRule - the bean rulepublic BeanCreationException(BeanRule beanRule, java.lang.Throwable cause)
beanRule - the bean rulecause - the root causepublic BeanCreationException(java.lang.String msg,
BeanRule beanRule,
java.lang.Throwable cause)
msg - the detail messagebeanRule - the bean rulecause - the root causeCopyright © 2008–2018 The Aspectran Project. All rights reserved.