R.utils (version 1.8.5)

TimeoutException: TimeoutException represents timeout errors

Description

Package: R.utils Class TimeoutException Object ~~| ~~+--try-error ~~~~~~~| ~~~~~~~+--condition ~~~~~~~~~~~~| ~~~~~~~~~~~~+--error ~~~~~~~~~~~~~~~~~| ~~~~~~~~~~~~~~~~~+--simpleError ~~~~~~~~~~~~~~~~~~~~~~| ~~~~~~~~~~~~~~~~~~~~~~+--Exception ~~~~~~~~~~~~~~~~~~~~~~~~~~~| ~~~~~~~~~~~~~~~~~~~~~~~~~~~+--TimeoutException Directly known subclasses: public static class TimeoutException extends Exception TimeoutException represents timeout errors occuring when a set of R expressions executed did not finish in time.

Usage

TimeoutException(..., cpu=NA, elapsed=NA)

Arguments

...
Any arguments accepted by Exception
cpu, elapsed
The maximum time the R expressions were allowed to be running before the timeout occured as measured in CPU time and (physically) elapsed time.

Fields and Methods

Methods: rll{ getMessage Gets the message of the exception. } Methods inherited from Exception: as.character, getCall, getLastException, getMessage, getStackTrace, getWhen, print, printStackTrace, throw Methods inherited from error: as.character, throw Methods inherited from condition: as.character, conditionCall, conditionMessage, print Methods inherited from Object: $, $<-, [[, [[<-, as.character, attach, attachLocally, clearCache, clearLookupCache, clone, detach, equals, extend, finalize, gc, getEnvironment, getFieldModifier, getFieldModifiers, getFields, getInstantiationTime, getStaticInstance, hasField, hashCode, ll, load, objectSize, print, registerFinalizer, save

See Also

For detailed information about exceptions see Exception.