lejos.subsumption
Class StopException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by lejos.subsumption.StopException

public class StopException
extends Exception

This exception indicates that an activity should stop.

Author:
Paul Andrews
See Also:
Activity

Constructor Summary
StopException()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
getMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StopException

public StopException()