java.io.Serializablepublic class AspectAdviceException extends AspectException
| Constructor | Description |
|---|---|
AspectAdviceException(java.lang.String msg,
AspectAdviceRule aspectAdviceRule,
java.lang.Throwable cause) |
Constructor to create exception to wrap another exception and pass a message.
|
| Modifier and Type | Method | Description |
|---|---|---|
AspectAdviceRule |
getAspectAdviceRule() |
Returns the aspect advice rule.
|
public AspectAdviceException(java.lang.String msg,
AspectAdviceRule aspectAdviceRule,
java.lang.Throwable cause)
msg - a message to associate with the exceptionaspectAdviceRule - the aspect advice rulecause - the real cause of the exceptionpublic AspectAdviceRule getAspectAdviceRule()
Copyright © 2008–2018 The Aspectran Project. All rights reserved.