Class InvalidPointcutPatternException

All Implemented Interfaces:
Serializable

public class InvalidPointcutPatternException extends AspectException
The Class InvalidPointcutPatternException.
See Also:
  • Constructor Details

    • InvalidPointcutPatternException

      public InvalidPointcutPatternException()
      Creates a new InvalidPointcutPatternException without detail message.
    • InvalidPointcutPatternException

      public InvalidPointcutPatternException(String msg)
      Constructs a InvalidPointcutPatternException with the specified detail message.
      Parameters:
      msg - a message to associate with the exception
    • InvalidPointcutPatternException

      public InvalidPointcutPatternException(Throwable cause)
      Constructor to create exception to wrap another exception.
      Parameters:
      cause - the real cause of the exception
    • InvalidPointcutPatternException

      public InvalidPointcutPatternException(String msg, Throwable cause)
      Constructs a InvalidPointcutPatternException with the specified error message and also the specified root cause exception.
      Parameters:
      msg - the detail message
      cause - the real cause of the exception
    • InvalidPointcutPatternException

      public InvalidPointcutPatternException(AspectRule aspectRule, String msg)
      Instantiates a new InvalidPointcutPatternException.
      Parameters:
      aspectRule - the aspect rule
      msg - the msg