|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | CONST | FIELD | CONSTR | METHOD | DETAIL: CONST | FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--satin.common.TimeLimit.Expired
public static class TimeLimit.Expired
extends java.lang.Exception
Indicates the expiration of a
TimeLimit object.
| 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 |
public final double timeLimit
public final java.lang.String condition
| Method Detail |
public java.lang.String getMessage()
getMessage in class java.lang.Throwable
| Revision History |
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | CONST | FIELD | CONSTR | METHOD | DETAIL: CONST | FIELD | CONSTR | METHOD | ||||||||
TimeLimit.java (PRIVATE SOURCES)