DESY ACOP Beans Home

de.desy.acop.video.displayer
Class ImageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.desy.acop.video.displayer.ImageException
All Implemented Interfaces:
java.io.Serializable

public class ImageException
extends java.lang.Exception

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!

Version:
$Id: Templates.xml,v 1.10 2008/06/23 14:30:13 sweisse Exp $
Author:
Stefan Weisse
See Also:
Serialized Form

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

ImageException

public ImageException(java.lang.String message)
basic construction of instance.


ImageException

public ImageException(java.lang.String message,
                      java.lang.Exception cause)
extended construction of instance.



Copyright © 2010. All Rights Reserved.