as.character.Exception: Gets a character string representing of the Exception

as.character.ExceptionR 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

See Also

For more information see Exception.

Examples

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

R.oo documentation built on June 12, 2022, 9:05 a.m.