Package apron
Class TimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
apron.ApronException
apron.TimeoutException
- All Implemented Interfaces:
Serializable
Exception thrown by an abstract transfer function when
the timeout is exceeded.
The timeout is set by Manager.setTimeout(int, int)
, on a
per-function, per-manager basis. There is no timeout by default.
Note: timeouts are not currently implemented.
- See Also:
-
Field Summary
Fields inherited from class apron.ApronException
funid, manager
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class apron.ApronException
getFunctionID, getManager
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TimeoutException
public TimeoutException() -
TimeoutException
-