StandardError
Base exception class
--- SEC00049
--- ""
---
- methods:
- visibility: public
aref: M000530
name: new
sourcecode: " <span class=\"ruby-comment cmt\"># File /Users/ged/source/ruby/Arrow/lib/arrow/exceptions.rb, line 31</span>\n\
31: <span class=\"ruby-keyword kw\">def</span> <span class=\"ruby-identifier\">initialize</span>( <span class=\"ruby-identifier\">message</span>=<span class=\"ruby-keyword kw\">nil</span> )\n\
32: <span class=\"ruby-identifier\">message</span> <span class=\"ruby-operator\">||=</span> <span class=\"ruby-keyword kw\">self</span>.<span class=\"ruby-identifier\">class</span>.<span class=\"ruby-identifier\">const_get</span>( <span class=\"ruby-value str\">"Message"</span> )\n\
33: <span class=\"ruby-keyword kw\">super</span>( <span class=\"ruby-identifier\">message</span> )\n\
34: <span class=\"ruby-keyword kw\">end</span>"
params: ( message=nil )
category: Class
type: Public
---
--- - name: Message value: ""Arrow framework error""
Generated with the Darkfish Rdoc Generator.