org.aspectj.lang.reflect

Class NoSuchPointcutException


public class NoSuchPointcutException
extends Exception

Thrown when AjType.getDeclaredPointcut is called with a pointcut name, and no matching pointcut declaration can be found.

Constructor Summary

NoSuchPointcutException(String name)

Method Summary

String
getName()
The name of the pointcut that could not be found.

Constructor Details

NoSuchPointcutException

public NoSuchPointcutException(String name)

Method Details

getName

public String getName()
The name of the pointcut that could not be found.