ants
Class TimeLimitException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--ants.TimeLimitException

public class TimeLimitException
extends java.lang.RuntimeException

A runtime exception thrown when a capsule has run for too long

See Also:
Serialized Form

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

Constructor Detail

TimeLimitException

public TimeLimitException()