public class DeclareSoftImpl extends java.lang.Object implements DeclareSoft
| Constructor and Description |
|---|
DeclareSoftImpl(AjType<?> declaringType,
java.lang.String pcut,
java.lang.String exceptionTypeName) |
| Modifier and Type | Method and Description |
|---|---|
AjType |
getDeclaringType() |
PointcutExpression |
getPointcutExpression() |
AjType |
getSoftenedExceptionType() |
java.lang.String |
toString() |
public DeclareSoftImpl(AjType<?> declaringType, java.lang.String pcut, java.lang.String exceptionTypeName)
public AjType getDeclaringType()
getDeclaringType in interface DeclareSoftpublic AjType getSoftenedExceptionType() throws java.lang.ClassNotFoundException
getSoftenedExceptionType in interface DeclareSoftjava.lang.ClassNotFoundException - if exception type cannot be foundpublic PointcutExpression getPointcutExpression()
getPointcutExpression in interface DeclareSoftpublic java.lang.String toString()
toString in class java.lang.Object