org.codehaus.groovy.grails.web.controllers
Interface ControllerExceptionHandlerMetaData


public interface ControllerExceptionHandlerMetaData

Represents meta data which describes an exception handling method in a controller

Since:
2.3

Method Summary
 java.lang.Class<? extends java.lang.Exception> getExceptionType()
           
 java.lang.String getMethodName()
           
 

Method Detail

getExceptionType

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

getMethodName

java.lang.String getMethodName()