Ruby Programming/Reference/Objects/Exception

From Wikibooks, open books for an open world
< Ruby Programming | Reference | Objects
Jump to: navigation, search

Exception is the superclass for exceptions

Instance Methods

backtrace

  • Returns the backtrace information (from where exception occurred) as an array of strings.


exception

  • Returns a clone of the exception object. This method is used by raise method.


message

  • Returns the exception message.
Personal tools
Namespaces
Variants
Actions
Navigation
Community
Toolbox
Sister projects
Print/export