|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codehaus.groovy.grails.exceptions.GrailsException
org.codehaus.groovy.grails.web.servlet.mvc.exceptions.GrailsMVCException
public abstract class GrailsMVCException
Thrown when an unrecoverable error occured in the Grails MVC framework.
| Constructor Summary | |
|---|---|
GrailsMVCException()
|
|
GrailsMVCException(java.lang.String message)
|
|
GrailsMVCException(java.lang.String message,
java.lang.Throwable cause)
|
|
GrailsMVCException(java.lang.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 |
|---|
public GrailsMVCException()
public GrailsMVCException(java.lang.String message)
public GrailsMVCException(java.lang.String message,
java.lang.Throwable cause)
public GrailsMVCException(java.lang.Throwable cause)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||