Class NoSuchPointcutException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.aspectj.lang.reflect.NoSuchPointcutException
All Implemented Interfaces:
Serializable

public class NoSuchPointcutException extends Exception
Thrown when AjType.getDeclaredPointcut is called with a pointcut name, and no matching pointcut declaration can be found.
See Also:
Serialized Form
  • Constructor Details

    • NoSuchPointcutException

      public NoSuchPointcutException(String name)
  • Method Details

    • getName

      public String getName()
      Returns:
      the name of the pointcut that could not be found.