RdocException | R Documentation |
Package: R.oo
Class RdocException
Object
~~|
~~+--
try-error
~~~~~~~|
~~~~~~~+--
condition
~~~~~~~~~~~~|
~~~~~~~~~~~~+--
error
~~~~~~~~~~~~~~~~~|
~~~~~~~~~~~~~~~~~+--
simpleError
~~~~~~~~~~~~~~~~~~~~~~|
~~~~~~~~~~~~~~~~~~~~~~+--
Exception
~~~~~~~~~~~~~~~~~~~~~~~~~~~|
~~~~~~~~~~~~~~~~~~~~~~~~~~~+--
RdocException
Directly known subclasses:
public static class RdocException
extends Exception
RdocException are thrown by the Rdoc compiler when it fails to generate a Rd file from an Rdoc comment.
RdocException(..., source=NULL)
... |
Any arguments accepted by |
.
source |
Object specifying the source where the Rdoc error occurred.
This is commonly a filename |
.
Methods:
as.character | Gets a character string representing of the RdocException. | |
getSource | Gets the source of the exception. | |
Methods inherited from Exception:
as.character, getCall, getCalls, getLastException, getMessage, getStackTrace, getWhen, print, printStackTrace, throw
Methods inherited from error:
as.character, throw
Methods inherited from condition:
abort, as.character, conditionCall, conditionMessage, print
Methods inherited from Object:
$, $<-, [[, [[<-, as.character, attach, attachLocally, clearCache, clearLookupCache, clone, detach, equals, extend, finalize, getEnvironment, getFieldModifier, getFieldModifiers, getFields, getInstantiationTime, getStaticInstance, hasField, hashCode, ll, load, names, objectSize, print, save
Henrik Bengtsson
For detailed information about exceptions see Exception
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.