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