Package org.aspectj.lang.reflect
Class NoSuchPointcutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.aspectj.lang.reflect.NoSuchPointcutException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoSuchPointcutException extends java.lang.Exception
Thrown when AjType.getDeclaredPointcut is called with a pointcut name, and no matching pointcut declaration can be found.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchPointcutException(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
The name of the pointcut that could not be found.
-