Interface ReflectionExceptionHandler
- All Known Implementing Classes:
- ServletActionRedirectResult,- ServletRedirectResult
public interface ReflectionExceptionHandler
Declares a class that wants to handle its own reflection exceptions
- 
Method SummaryModifier and TypeMethodDescriptionvoidHandles a reflection exception
- 
Method Details- 
handleHandles a reflection exception- Parameters:
- ex- The reflection exception
 
 
-