org.aspectj.lang.reflect

Class NoSuchAdviceException


public class NoSuchAdviceException
extends Exception

Thrown when AjType.getDeclaredAdvice is called with an advice name and no matching advice declaration can be found.

Constructor Summary

NoSuchAdviceException(String name)

Method Summary

String
getName()
The advice name that could not be found.

Constructor Details

NoSuchAdviceException

public NoSuchAdviceException(String name)

Method Details

getName

public String getName()
The advice name that could not be found.