Uses of Class
org.codehaus.groovy.grails.exceptions.GrailsException

Packages that use GrailsException
org.codehaus.groovy.grails.exceptions   
org.codehaus.groovy.grails.orm.hibernate.exceptions   
org.codehaus.groovy.grails.scaffolding.exceptions   
org.codehaus.groovy.grails.validation.exceptions   
org.codehaus.groovy.grails.web.errors   
org.codehaus.groovy.grails.web.mapping.exceptions   
org.codehaus.groovy.grails.web.pages.exceptions   
org.codehaus.groovy.grails.web.servlet.mvc.exceptions   
org.codehaus.groovy.grails.web.taglib.exceptions   
 

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
          Occurs when creation of the Grails domain from the Grails domain classes fails
 class GrailsRuntimeException
          Generic global runtime exception
 class InvalidPropertyException
          Exception which is 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 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
          Exception 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
          An exception 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
          An exception that 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
          An exception 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
          An exception 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
           
 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
           
 



Copyright (c) 2005-2006 The Grails project