@SuppressWarnings({ "rawtypes", "unchecked" }) public class GrailsExceptionResolver extends SimpleMappingExceptionResolver implements GrailsApplicationAware, ServletContextAware
Wraps any runtime exceptions with a GrailsWrappedException instance.
Modifiers | Name | Description |
---|---|---|
static String |
EXCEPTION_ATTRIBUTE |
|
protected static String |
LINE_SEPARATOR |
|
protected GrailsApplication |
grailsApplication |
|
protected ServletContext |
servletContext |
|
protected StackTraceFilterer |
stackFilterer |
Obtains the root cause of the given exception
ex
- The exception