Class InvalidPointcutPatternException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidPointcutPatternException
    extends AspectException
    The Class InvalidPointcutPatternException.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InvalidPointcutPatternException

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

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

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

        public InvalidPointcutPatternException​(java.lang.String msg,
                                               java.lang.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,
                                               java.lang.String msg)
        Instantiates a new InvalidPointcutPatternException.
        Parameters:
        aspectRule - the aspect rule
        msg - the msg