Package org.codehaus.groovy.grails.web.servlet.mvc.exceptions
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Exceptions
ControllerExecutionException No description provided.
GrailsMVCException

Thrown when an unrecoverable error occured in the Grails MVC framework.

IncompatibleParameterCountException

Thrown when a closure has an incompatible parameter count for a controller implementation.

InvalidUriException

Thrown when a controller cannot make sense of the URI it has to handle.

NoClosurePropertyForURIException

Thrown when no closure property has been mapped to a given URI.

NoViewNameDefinedException

Thrown when no view name is returned from a closure in a controller and no view name has been configured.

UnknownControllerException

Thrown when a URI cannot be matched to a controller.

UnsupportedReturnValueException

Thrown when the return value of a closure is unsupported.