spring-framework / org.springframework.aop.framework.adapter / ThrowsAdviceInterceptor / <init>

<init>

ThrowsAdviceInterceptor(throwsAdvice: Any)

Create a new ThrowsAdviceInterceptor for the given ThrowsAdvice.

Parameters

throwsAdvice - the advice object that defines the exception handler methods (usually a org.springframework.aop.ThrowsAdvice implementation)