R.oo (version 1.26.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, ...)

Value

Returns nothing.

Arguments

...

Not used.

Author

Henrik Bengtsson

See Also

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