Interface ControllerExceptionHandlerMetaData
-
public interface ControllerExceptionHandlerMetaDataRepresents meta data which describes an exception handling method in a controller- Since:
- 2.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Class<? extends java.lang.Exception>getExceptionType()java.lang.StringgetMethodName()
-