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

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

Arguments

...

Not used.

Value

Returns nothing.

Author

Henrik Bengtsson

See also

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

Examples