org.codehaus.groovy.grails.exceptions
Class GrailsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.codehaus.groovy.grails.exceptions.GrailsException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CompilationFailedException, ConstraintException, GrailsConfigurationException, GrailsDataSourceException, GrailsDomainException, GrailsHibernateException, GrailsMVCException, GrailsQueryException, GrailsRuntimeException, GrailsTagException, GrailsWrappedRuntimeException, GroovyPagesException, InvalidPropertyException, NewInstanceCreationException, RequiredPropertyMissingException, ScaffoldingException, UrlMappingException

public abstract class GrailsException
extends RuntimeException

Base class for all Grails exceptions that are not recoverable.

Since:
Jul 2, 2005
Author:
Steven Devijver
See Also:
Serialized Form

Constructor Summary
GrailsException()
           
GrailsException(String message)
           
GrailsException(String message, Throwable cause)
           
GrailsException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GrailsException

public GrailsException()

GrailsException

public GrailsException(String message)

GrailsException

public GrailsException(String message,
                       Throwable cause)

GrailsException

public GrailsException(Throwable cause)