Groovy Documentation

src.groovy.de.andreasschmitt.richui.taglib.renderer
Class RenderException

java.lang.Object
  java.lang.Throwable
      java.lang.Exception
          src.groovy.de.andreasschmitt.richui.taglib.renderer.RenderException

class RenderException
extends java.lang.Exception

Constructor Summary
RenderException()

RenderException(java.lang.String message)

RenderException(java.lang.Throwable throwable)

RenderException(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

RenderException

public RenderException()


RenderException

public RenderException(java.lang.String message)


RenderException

public RenderException(java.lang.Throwable throwable)


RenderException

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


 

Groovy Documentation