org.codehaus.aspectwerkz.joinpoint
Interface CatchClauseSignature

All Superinterfaces:
Serializable, Signature
All Known Implementing Classes:
CatchClauseSignatureImpl

public interface CatchClauseSignature
extends Signature

Interface for the catch clause signature.

Author:
Jonas BonŽr

Method Summary
 Class getParameterType()
          Returns the parameter type.
 
Methods inherited from interface org.codehaus.aspectwerkz.joinpoint.Signature
getDeclaringType, getModifiers, getName
 

Method Detail

getParameterType

Class getParameterType()
Returns the parameter type.

Returns:
the parameter type


Copyright © 2002-2005 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.