org.codehaus.aspectwerkz.joinpoint
Interface CatchClauseRtti

All Superinterfaces:
Rtti
All Known Implementing Classes:
CatchClauseRttiImpl

public interface CatchClauseRtti
extends Rtti

Interface for the catch clause RTTI (Runtime Type Information).

Author:
Jonas BonŽr

Method Summary
 Class getParameterType()
          Returns the parameter type.
 Object getParameterValue()
          Returns the value of the parameter.
 
Methods inherited from interface org.codehaus.aspectwerkz.joinpoint.Rtti
cloneFor, getDeclaringType, getModifiers, getName, getTarget, getThis
 

Method Detail

getParameterType

Class getParameterType()
Returns the parameter type.

Returns:
the parameter type

getParameterValue

Object getParameterValue()
Returns the value of the parameter.

Returns:
the value of the parameter


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