|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception de.desy.acop.video.displayer.ImageException
public class ImageException
ImageException
implements exception handling for image display and
image transfer based exceptions. Basic implementation subject to extension.
Note:This class is only a very basic construct and might be substantially changed
in future. It fits its purpose currently but will not win a price for meaningful class
design!
Constructor Summary | |
---|---|
ImageException(java.lang.String message)
basic construction of instance. |
|
ImageException(java.lang.String message,
java.lang.Exception cause)
extended construction of instance. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ImageException(java.lang.String message)
public ImageException(java.lang.String message, java.lang.Exception cause)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |