Uses of Interface
org.springframework.aop.ThrowsAdvice

Packages that use ThrowsAdvice
org.springframework.aop.framework Package containing Spring's basic AOP infrastructure, compliant with the AOP Alliance interfaces.  
 

Uses of ThrowsAdvice in org.springframework.aop.framework
 

Methods in org.springframework.aop.framework with parameters of type ThrowsAdvice
 void Advised.addThrowsAdvice(ThrowsAdvice throwsAdvice)
          Deprecated. in favor of addAdvice
 void AdvisedSupport.addThrowsAdvice(ThrowsAdvice throwsAdvice)
          Deprecated. in favor of addAdvice
 



Copyright (C) 2003-2004 The Spring Framework Project.