Package org.aspectj.lang.reflect
Class NoSuchPointcutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.aspectj.lang.reflect.NoSuchPointcutException
- All Implemented Interfaces:
Serializable
Thrown when AjType.getDeclaredPointcut is called with a pointcut name, and no
matching pointcut declaration can be found.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSuchPointcutException
-
-
Method Details
-
getName
- Returns:
- the name of the pointcut that could not be found.
-