|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.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 |
---|
public ImageCreationException()
public ImageCreationException(java.lang.String arg0, java.lang.Throwable arg1)
public ImageCreationException(java.lang.String arg0)
public ImageCreationException(java.lang.Throwable arg0)
Groovy Documentation