Interface ControllerExceptionHandlerMetaData


  • public interface ControllerExceptionHandlerMetaData
    Represents meta data which describes an exception handling method in a controller
    Since:
    2.3
    • Method Detail

      • getExceptionType

        java.lang.Class<? extends java.lang.Exception> getExceptionType()
      • getMethodName

        java.lang.String getMethodName()