Groovy Documentation

src.groovy.org.codehaus.groovy.grails.plugins.grailsui
Class GrailsUIException

java.lang.Object
  java.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

GrailsUIException

public GrailsUIException()


GrailsUIException

public GrailsUIException(java.lang.String message)


GrailsUIException

public GrailsUIException(java.lang.Throwable throwable)


GrailsUIException

public GrailsUIException(java.lang.String message, java.lang.Throwable throwable)


 

Groovy Documentation