R.oo (version 1.22.0)

print.Exception: Prints the Exception

Description

. By default the as.character() representation plus the stack trace is printed.

Usage

# S3 method for Exception
print(x, ...)

Arguments

...

Not used.

Value

Returns nothing.

See Also

*as.character(). *getStackTrace(). *printStackTrace(). For more information see Exception.

Examples

Run this code
# NOT RUN {
For a complete example see help(Exception).
# }

Run the code above in your browser using DataCamp Workspace