Klasse NoSuchPointcutException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.aspectj.lang.reflect.NoSuchPointcutException
Alle implementierten Schnittstellen:
Serializable

public class NoSuchPointcutException extends Exception
Thrown when AjType.getDeclaredPointcut is called with a pointcut name, and no matching pointcut declaration can be found.
Siehe auch:
  • Konstruktordetails

    • NoSuchPointcutException

      public NoSuchPointcutException(String name)
  • Methodendetails

    • getName

      public String getName()
      Gibt zurück:
      the name of the pointcut that could not be found.