public abstract class GrailsMVCException extends GrailsException
Thrown when an unrecoverable error occurred in the Grails MVC framework.
| Constructor and description |
|---|
GrailsMVCException() |
GrailsMVCException(String message) |
GrailsMVCException(String message, Throwable cause) |
GrailsMVCException(Throwable cause) |