Schnittstelle DeclareSoft

Alle bekannten Implementierungsklassen:
DeclareSoftImpl

public interface DeclareSoft
AspectJ runtime representation of a declare soft member within an aspect.
  • Methodendetails

    • getDeclaringType

      AjType getDeclaringType()
      Gibt zurück:
      the aspect that declared this member
    • getSoftenedExceptionType

      AjType getSoftenedExceptionType() throws ClassNotFoundException
      Gibt zurück:
      the softened exception type
      Löst aus:
      ClassNotFoundException - if exception type cannot be found
    • getPointcutExpression

      PointcutExpression getPointcutExpression()
      Gibt zurück:
      the pointcut determining the join points at which the exception is to be softened.