| Exception | Description |
|---|---|
| CompilationFailedException |
Thrown when a compilation error occurs.
|
| DataSourceRequiredPropertyMissingException |
Thrown when a missing property on a Grails data source is missing.
|
| GrailsConfigurationException | |
| GrailsDataSourceException |
Base exception for errors related to Grails data sources.
|
| GrailsDomainException |
Thrown when creation of the Grails domain from the Grails domain classes fails.
|
| GrailsException |
Base class for all Grails exceptions that are not recoverable.
|
| GrailsRuntimeException |
Generic global runtime exception.
|
| InvalidPropertyException |
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.
|