as.character.Exception {R.oo}R Documentation

Gets a character string representing of the Exception

Description

. By default the format is: "[{POSIX date string}] {class name}: {msg}".

Usage

## S3 method for class 'Exception':
as.character(x, ...)

Arguments

... Not used.

Value

Returns a character string.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

For more information see Exception.

Examples

## Not run: For a complete example see help(Exception).

[Package R.oo version 1.6.5 Index]