josx.robotics
Class StopException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjosx.robotics.StopException

public class StopException
extends Exception

This exception indicates that an activity should stop.

See Also:
Activity

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