java.io.Serializablepublic class InvalidPointcutPatternException extends AspectException
| Constructor | Description |
|---|---|
InvalidPointcutPatternException() |
Creates a new InvalidPointcutPatternException without detail message.
|
InvalidPointcutPatternException(AspectRule aspectRule,
java.lang.String msg) |
Instantiates a new InvalidPointcutPatternException.
|
InvalidPointcutPatternException(java.lang.String msg) |
Constructs a InvalidPointcutPatternException with the specified detail message.
|
InvalidPointcutPatternException(java.lang.String msg,
java.lang.Throwable cause) |
Constructs a InvalidPointcutPatternException with the specified error message and also the specified root cause exception.
|
InvalidPointcutPatternException(java.lang.Throwable cause) |
Constructor to create exception to wrap another exception.
|
public InvalidPointcutPatternException()
public InvalidPointcutPatternException(java.lang.String msg)
msg - a message to associate with the exceptionpublic InvalidPointcutPatternException(java.lang.Throwable cause)
cause - the real cause of the exceptionpublic InvalidPointcutPatternException(java.lang.String msg,
java.lang.Throwable cause)
msg - the detail messagecause - the real cause of the exceptionpublic InvalidPointcutPatternException(AspectRule aspectRule, java.lang.String msg)
aspectRule - the aspect rulemsg - the msgCopyright © 2008–2018 The Aspectran Project. All rights reserved.