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 Type
    Method
    Description
    void
    Handles a reflection exception
  • Method Details

    • handle

      void handle(ReflectionException ex)
      Handles a reflection exception
      Parameters:
      ex - The reflection exception