org.eclipse.actf.visualization.engines.lowvision.image
Class ImageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.actf.visualization.engines.lowvision.image.ImageException
All Implemented Interfaces:
Serializable

public class ImageException
extends Exception

Exception relates to images used in low vision simulation engine.

See Also:
Serialized Form

Constructor Summary
ImageException()
          Constructor of Exception
ImageException(String msg)
          Constructor of Exception
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImageException

public ImageException()
Constructor of Exception


ImageException

public ImageException(String msg)
Constructor of Exception

Parameters:
msg - exception message