time
Class TimeStop

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--time.TimeStop
All Implemented Interfaces:
java.io.Serializable

public class TimeStop
extends java.lang.Exception

Class representing a TimeStop Exception

See Also:
Serialized Form

Constructor Summary
TimeStop()
           
TimeStop(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TimeStop

public TimeStop(java.lang.String s)

TimeStop

public TimeStop()