statalign.base.thread
Class StoppedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by statalign.base.thread.StoppedException
All Implemented Interfaces:
java.io.Serializable

public class StoppedException
extends java.lang.Exception

Exception to be thrown by StoppableThread's stoppable() method when termination of the thread has been previously requested by an external thread (by calling stopSoft()). This exception should be caught for final do up before termination.

Author:
novak
See Also:
Serialized Form

Constructor Summary
StoppedException()
           
 
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

StoppedException

public StoppedException()