Groovy Documentation

src.groovy.de.andreasschmitt.richui.image
Class ImageCreationException

java.lang.Object
  java.lang.Throwable
      java.lang.Exception
          src.groovy.de.andreasschmitt.richui.image.ImageCreationException

class ImageCreationException
extends java.lang.Exception

Constructor Summary
ImageCreationException()

ImageCreationException(java.lang.String arg0, java.lang.Throwable arg1)

ImageCreationException(java.lang.String arg0)

ImageCreationException(java.lang.Throwable arg0)

 
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

ImageCreationException

public ImageCreationException()


ImageCreationException

public ImageCreationException(java.lang.String arg0, java.lang.Throwable arg1)


ImageCreationException

public ImageCreationException(java.lang.String arg0)


ImageCreationException

public ImageCreationException(java.lang.Throwable arg0)


 

Groovy Documentation