org.eclipse.actf.visualization.engines.lowvision
Class LowVisionException

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

public class LowVisionException
extends Exception

This exception is thrown when a low vision simulation did not completes successfully.

See Also:
Serialized Form

Constructor Summary
LowVisionException()
          Constructor of Exception
LowVisionException(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

LowVisionException

public LowVisionException()
Constructor of Exception


LowVisionException

public LowVisionException(String msg)
Constructor of Exception

Parameters:
msg - exception message