|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
src.groovy.org.codehaus.groovy.grails.plugins.grailsui.GrailsUIException
class GrailsUIException extends java.lang.Exception
Constructor Summary | |
GrailsUIException()
|
|
GrailsUIException(java.lang.String message)
|
|
GrailsUIException(java.lang.Throwable throwable)
|
|
GrailsUIException(java.lang.String message, java.lang.Throwable throwable)
|
Method Summary |
---|
Methods inherited from class java.lang.Exception | |
---|---|
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, wait, wait, wait, hashCode, getClass, equals, notify, notifyAll |
Methods inherited from class java.lang.Throwable | |
---|---|
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, wait, wait, wait, hashCode, getClass, equals, notify, notifyAll |
Methods inherited from class java.lang.Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Constructor Detail |
---|
public GrailsUIException()
public GrailsUIException(java.lang.String message)
public GrailsUIException(java.lang.Throwable throwable)
public GrailsUIException(java.lang.String message, java.lang.Throwable throwable)
Groovy Documentation