Class AbortException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by AbortException
All Implemented Interfaces:
java.io.Serializable

public class AbortException
extends java.lang.Exception

This class provides the mechanism to abort an Interpreter Thread. The source of the event is an InterruptedException occuring while in: (1) an Object.wait() monitor state, (2) in a Thread.sleep() state, or (3) in PixelGrabber.grabPixels().

See Also:
Serialized Form

Constructor Summary
AbortException(java.lang.String source)
          Return an AbortException object to be thrown.
 
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

AbortException

public AbortException(java.lang.String source)
Return an AbortException object to be thrown.