Class GrailsMVCException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    ControllerExecutionException

    public abstract class GrailsMVCException
    extends org.grails.core.exceptions.GrailsException
    Thrown when an unrecoverable error occurred in the Grails MVC framework.
    Since:
    3.0
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • GrailsMVCException

        public GrailsMVCException()
      • GrailsMVCException

        public GrailsMVCException​(java.lang.String message)
      • GrailsMVCException

        public GrailsMVCException​(java.lang.String message,
                                  java.lang.Throwable cause)
      • GrailsMVCException

        public GrailsMVCException​(java.lang.Throwable cause)