org.aspectj.lang.reflect
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
Method Summary |
String |
getName()
The name of the pointcut that could not be found. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoSuchPointcutException
public NoSuchPointcutException(String name)
getName
public String getName()
- The name of the pointcut that could not be found.