public class GrailsWrappedRuntimeException extends GrailsException
Wraps a Grails RuntimeException and attempts to extract more relevent diagnostic messages from the stack trace.
| Modifiers | Name | Description |
|---|---|---|
static String |
URL_PREFIX |
| Constructor and description |
|---|
GrailsWrappedRuntimeException(ServletContext servletContext, Throwable t)
|
| Type Params | Return Type | Name and description |
|---|---|---|
|
public String |
getClassName()
|
|
public String[] |
getCodeSnippet()
|
|
public int |
getLineNumber()
|
|
public String |
getMessage() |
|
public String[] |
getStackTraceLines()
|
|
public String |
getStackTraceText()
|
servletContext - The ServletContext instancet - The exception that was thrown