|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of GrailsException in org.codehaus.groovy.grails.exceptions |
---|
Subclasses of GrailsException in org.codehaus.groovy.grails.exceptions | |
---|---|
class |
CompilationFailedException
Thrown when a compilation error occurs. |
class |
DataSourceRequiredPropertyMissingException
Thrown when a missing property on a Grails data source is missing. |
class |
GrailsConfigurationException
|
class |
GrailsDataSourceException
Base exception for errors related to Grails data sources. |
class |
GrailsDomainException
Thrown when creation of the Grails domain from the Grails domain classes fails. |
class |
GrailsRuntimeException
Generic global runtime exception. |
class |
InvalidPropertyException
Thrown when a property of a Grails class is invalidated. |
class |
MoreThanOneActiveDataSourceException
Thrown when more than one active data source is configured. |
class |
NewInstanceCreationException
Occurs when the creation of a new instance fails. |
class |
RequiredPropertyMissingException
Thrown when a named property of a specific type is not present in a class. |
Uses of GrailsException in org.codehaus.groovy.grails.orm.hibernate.exceptions |
---|
Subclasses of GrailsException in org.codehaus.groovy.grails.orm.hibernate.exceptions | |
---|---|
class |
CouldNotDetermineHibernateDialectException
Thrown when no Hibernate dialect could be found for a database name. |
class |
GrailsHibernateConfigurationException
Thrown when configuration Hibernate for GORM features. |
class |
GrailsHibernateException
Base exception class for errors related to Hibernate configuration in Grails. |
class |
GrailsQueryException
Base exception class for errors related to Domain class queries in Grails. |
Uses of GrailsException in org.codehaus.groovy.grails.scaffolding.exceptions |
---|
Subclasses of GrailsException in org.codehaus.groovy.grails.scaffolding.exceptions | |
---|---|
class |
ScaffoldingException
Thrown generally when initialisation of scaffolding fails. |
Uses of GrailsException in org.codehaus.groovy.grails.validation.exceptions |
---|
Subclasses of GrailsException in org.codehaus.groovy.grails.validation.exceptions | |
---|---|
class |
ConstraintException
Thrown when an error occurs applying a constraint to a property. |
Uses of GrailsException in org.codehaus.groovy.grails.web.errors |
---|
Subclasses of GrailsException in org.codehaus.groovy.grails.web.errors | |
---|---|
class |
GrailsWrappedRuntimeException
Wraps a Grails RuntimeException and attempts to extract more relevent diagnostic messages from the stack trace. |
Uses of GrailsException in org.codehaus.groovy.grails.web.mapping.exceptions |
---|
Subclasses of GrailsException in org.codehaus.groovy.grails.web.mapping.exceptions | |
---|---|
class |
UrlMappingException
Thrown when an error occurs evaluating an URL mapping. |
Uses of GrailsException in org.codehaus.groovy.grails.web.pages.exceptions |
---|
Subclasses of GrailsException in org.codehaus.groovy.grails.web.pages.exceptions | |
---|---|
class |
GroovyPagesException
Thrown when processing GSP pages. |
Uses of GrailsException in org.codehaus.groovy.grails.web.servlet.mvc.exceptions |
---|
Subclasses of GrailsException in org.codehaus.groovy.grails.web.servlet.mvc.exceptions | |
---|---|
class |
ControllerExecutionException
Throw when an exception occurs during controller execution |
class |
GrailsMVCException
Thrown when an unrecoverable error occured in the Grails MVC framework. |
class |
IncompatibleParameterCountException
Thrown when a closure has an incompatible parameter count for a controller implementation. |
class |
InvalidUriException
Thrown when a controller cannot make sense of the URI it has to handle. |
class |
NoClosurePropertyForURIException
Thrown when no closure property has been mapped to a given URI. |
class |
NoViewNameDefinedException
Thrown when no view name is returned from a closure in a controller and no view name has been configured. |
class |
UnknownControllerException
Thrown when a URI cannot be matched to a controller. |
class |
UnsupportedReturnValueException
Thrown when the return value of a closure is unsupported. |
Uses of GrailsException in org.codehaus.groovy.grails.web.taglib.exceptions |
---|
Subclasses of GrailsException in org.codehaus.groovy.grails.web.taglib.exceptions | |
---|---|
class |
GrailsTagException
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |