satin.common
Class TimeLimit.Expired

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--satin.common.TimeLimit.Expired
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
TimeLimit

public static class TimeLimit.Expired
extends java.lang.Exception

Indicates the expiration of a TimeLimit object.

See Also:
Serialized Form

Field Summary
final java.lang.String condition
          The condition that lasted beyond the time limit.
final double timeLimit
          The time limit in seconds.
 
Method Summary
java.lang.String getMessage()
          Returns the error message string for this exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

timeLimit

public final double timeLimit
The time limit in seconds.

condition

public final java.lang.String condition
The condition that lasted beyond the time limit.
Method Detail

getMessage

public java.lang.String getMessage()
Returns the error message string for this exception. The message includes the time limit and the condition.

Overrides:
getMessage in class java.lang.Throwable

Returns:
the error message string.
Revision History



Generated on 5/9/2001 19:37 from TimeLimit.java (PRIVATE SOURCES)