| Exceptions | |
|---|---|
| CompilationFailedException | Thrown when a compilation error occurs. |
| DataSourceRequiredPropertyMissingException | Thrown when a missing property on a Grails data source is missing. |
| GrailsConfigurationException | No description provided. |
| GrailsDataSourceException | Base exception for errors related to Grails data sources. |
| GrailsDomainException | Occurs when creation of the Grails domain from the Grails domain classes fails |
| GrailsException | Base class for all Grails exceptions that are not recoverable. |
| InvalidPropertyException | Exception which is thrown when a property of a Grails class is invalidated. |
| MoreThanOneActiveDataSourceException | Thrown when more than one active data source is configured. |
| NewInstanceCreationException | Occurs when the creation of a new instance fails. |
| RequiredPropertyMissingException | Thrown when a named property of a specific type is not present in a class. |