R.methodsS3::throw.default | Throws an exception | |
R.oo::Exception | The Exception class to be thrown and caught | |
R.oo::InternalErrorException | InternalErrorException represents internal errors | |
R.oo::RccViolationException | An RccViolationException indicates a violation of the R Coding Conventions (RCC) | |
R.oo::RdocException | RdocException are thrown by the Rdoc compiler | |
R.oo::abort.default | Aborts the current expression call | |
R.oo::as.character.Exception | Gets a character string representing of the Exception | |
R.oo::as.character.RccViolationException | Gets a string representing of the RCC violation | |
R.oo::as.character.RdocException | Gets a character string representing of the RdocException | |
R.oo::getCalls.Exception | Gets the active calls saved when the exception was created | |
R.oo::Exception$getLastException | Static method to get the last Exception thrown | |
R.oo::getMessage.Exception | Gets the message of the Exception | |
R.oo::getMessage.InternalErrorException | Gets the message of the exception | |
R.oo::getPackage.InternalErrorException | Gets the suspicious package likely to contain an error | |
R.oo::RccViolationException$getRccUrl | Static method to get a URL where the RCC can be found | |
R.oo::getSource.RdocException | Gets the source of the exception | |
R.oo::getStackTrace.Exception | Gets the stack trace saved when the exception was created | |
R.oo::getStackTraceString.Exception | Gets the stack trace as a string | |
R.oo::getWhen.Exception | Gets the time when the Exception was created | |
R.oo::print.Exception | Prints the Exception | |
R.oo::printStackTrace.Exception | Prints the stack trace saved when the exception was created | |
R.oo::throw.Exception | Throws an Exception that can be caught | |
R.oo::throw.default | Throws an Exception | |
R.oo::throw.error | Throws (rethrows) an object of class 'error' | |
R.utils::TimeoutException | TimeoutException represents timeout errors | |
R.utils::getMessage.TimeoutException | Gets the message of the exception | |
base::conditions | Condition Handling and Recovery | |
base::options | Options Settings | |
base::StackOverflows | Stack Overflow Errors | |
base::stop | Stop Function Execution | |
base::stopifnot | Ensure the Truth of R Expressions | |
base::warning | Warning Messages | |
base::warnings | Print Warning Messages | |
tools::assertCondition | Asserting Error Conditions | |
utils::bug.report | Send a Bug Report | |
utils::debugger | Post-Mortem Debugging | |
utils::help.request | Send a Post to R-help | |
utils::warnErrList | Collect and Summarize Errors From List |