Klasse NoSuchAdviceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.aspectj.lang.reflect.NoSuchAdviceException
Alle implementierten Schnittstellen:
Serializable

public class NoSuchAdviceException extends Exception
Thrown when AjType.getDeclaredAdvice is called with an advice name and no matching advice declaration can be found.
Siehe auch:
  • Konstruktordetails

    • NoSuchAdviceException

      public NoSuchAdviceException(String name)
  • Methodendetails

    • getName

      public String getName()
      Gibt zurück:
      the advice name that could not be found.