Library:Grails
Version:0.2
Compatibility:JDK 1.5
Exceptions in library Grails.
NamePackageDescription
CompilationFailedExceptionorg.codehaus.groovy.grails.exceptions

Thrown when a compilation error occurs.

ConstraintExceptionorg.codehaus.groovy.grails.validation.exceptionsAn exception thrown when an error occurs applying a constraint to a property
ControllerExecutionExceptionorg.codehaus.groovy.grails.web.servlet.mvc.exceptionsNo description provided.
CouldNotDetermineHibernateDialectExceptionorg.codehaus.groovy.grails.orm.hibernate.exceptions

Thrown when no Hibernate dialect could be found for a database name

DataSourceRequiredPropertyMissingExceptionorg.codehaus.groovy.grails.exceptions

Thrown when a missing property on a Grails data source is missing.

GrailsConfigurationExceptionorg.codehaus.groovy.grails.exceptionsNo description provided.
GrailsDataSourceExceptionorg.codehaus.groovy.grails.exceptions

Base exception for errors related to Grails data sources.

GrailsDomainExceptionorg.codehaus.groovy.grails.exceptions

Occurs when creation of the Grails domain from the Grails domain classes fails

GrailsExceptionorg.codehaus.groovy.grails.exceptions

Base class for all Grails exceptions that are not recoverable.

GrailsHibernateExceptionorg.codehaus.groovy.grails.orm.hibernate.exceptions

Base exception class for errors related to Hibernate configuration in Grails.

GrailsMVCExceptionorg.codehaus.groovy.grails.web.servlet.mvc.exceptions

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

GrailsPageFlowExceptionorg.codehaus.groovy.grails.web.pageflow.exceptions

Abstract base class for exceptions related to page flows.

GrailsQueryExceptionorg.codehaus.groovy.grails.orm.hibernate.exceptions

Base exception class for errors related to Domain class queries in Grails

GrailsTagExceptionorg.codehaus.groovy.grails.web.taglib.exceptionsNo description provided.
GrailsWrappedRuntimeExceptionorg.codehaus.groovy.grails.web.errorsAn exception that wraps a Grails RuntimeException and attempts to extract more relevent diagnostic messages from the stack trace
IncompatibleParameterCountExceptionorg.codehaus.groovy.grails.web.servlet.mvc.exceptions

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

InvalidClosureReturnValueExceptionorg.codehaus.groovy.grails.web.pageflow.exceptions

Thrown the a closure returns a null value or not an instance of Event or String .

InvalidPropertyExceptionorg.codehaus.groovy.grails.exceptionsException which is thrown when a property of a Grails class is invalidated.
InvalidUriExceptionorg.codehaus.groovy.grails.web.servlet.mvc.exceptions

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

JSONExceptionorg.codehaus.groovy.grails.web.jsonThe JSONException is thrown by the JSON.org classes then things are amiss.
MoreThanOneActiveDataSourceExceptionorg.codehaus.groovy.grails.exceptions

Thrown when more than one active data source is configured.

NewInstanceCreationExceptionorg.codehaus.groovy.grails.exceptions

Occurs when the creation of a new instance fails.

NoClosurePropertyForURIExceptionorg.codehaus.groovy.grails.web.servlet.mvc.exceptions

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

NoViewDefinedExceptionorg.codehaus.groovy.grails.web.pageflow.exceptions

Thrown when no view is configured for a state when one is expected.

NoViewNameDefinedExceptionorg.codehaus.groovy.grails.web.servlet.mvc.exceptions

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

RequiredPropertyMissingExceptionorg.codehaus.groovy.grails.exceptions

Thrown when a named property of a specific type is not present in a class.

ScaffoldingExceptionorg.codehaus.groovy.grails.scaffolding.exceptionsException thrown generally when initialisation of scaffolding fails
UnknownControllerExceptionorg.codehaus.groovy.grails.web.servlet.mvc.exceptions

Thrown when a URI cannot be matched to a controller.

UnsupportedReturnValueExceptionorg.codehaus.groovy.grails.web.servlet.mvc.exceptions

Thrown when the return value of a closure is unsupported.

Search