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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait
 

Constructor Detail

StopException

public StopException()