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