|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.aspectwerkz.joinpoint.impl.CatchClauseSignatureImpl
public class CatchClauseSignatureImpl
Implementation for the catch clause signature.
Constructor Summary | |
---|---|
CatchClauseSignatureImpl(Class exceptionClass)
Creates a new catch clause signature. |
Method Summary | |
---|---|
Class |
getDeclaringType()
Returns the exception class. |
int |
getModifiers()
Returns the modifiers for the signature. |
String |
getName()
Returns the name |
Class |
getParameterType()
Deprecated. |
Signature |
newInstance()
Creates a deep copy of the signature. |
String |
toString()
Returns a string representation of the signature. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CatchClauseSignatureImpl(Class exceptionClass)
exceptionClass
- Method Detail |
---|
public Class getDeclaringType()
getDeclaringType
in interface Signature
public int getModifiers()
boolean isPublic = java.lang.reflect.Modifier.isPublic(signature.getModifiers());
getModifiers
in interface Signature
public String getName()
getName
in interface Signature
public Class getParameterType()
getParameterType
in interface CatchClauseSignature
public String toString()
toString
in class Object
public Signature newInstance()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |