Class InvalidPointcutPatternException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.aspectran.core.component.aspect.AspectException
com.aspectran.core.component.aspect.InvalidPointcutPatternException
- All Implemented Interfaces:
Serializable
The Class InvalidPointcutPatternException.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new InvalidPointcutPatternException without detail message.InvalidPointcutPatternException
(AspectRule aspectRule, String msg) Instantiates a new InvalidPointcutPatternException.Constructs a InvalidPointcutPatternException with the specified detail message.InvalidPointcutPatternException
(String msg, Throwable cause) Constructs a InvalidPointcutPatternException with the specified error message and also the specified root cause exception.Constructor to create exception to wrap another exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidPointcutPatternException
public InvalidPointcutPatternException()Creates a new InvalidPointcutPatternException without detail message. -
InvalidPointcutPatternException
Constructs a InvalidPointcutPatternException with the specified detail message.- Parameters:
msg
- a message to associate with the exception
-
InvalidPointcutPatternException
Constructor to create exception to wrap another exception.- Parameters:
cause
- the real cause of the exception
-
InvalidPointcutPatternException
Constructs a InvalidPointcutPatternException with the specified error message and also the specified root cause exception.- Parameters:
msg
- the detail messagecause
- the real cause of the exception
-
InvalidPointcutPatternException
Instantiates a new InvalidPointcutPatternException.- Parameters:
aspectRule
- the aspect rulemsg
- the msg
-