Parent

Methods

Class Index

Quicksearch

Arrow::Exception

Base exception class

Constants

Message
(Not documented)

Public Class Methods

new( message=nil ) click to toggle source

(Not documented)

    # File /Users/ged/source/ruby/Arrow/lib/arrow/exceptions.rb, line 31
31:         def initialize( message=nil )
32:             message ||= self.class.const_get( "Message" )
33:             super( message )
34:         end

secsequence

--- SEC00049

seccomment

--- ""

method_list

--- 
- 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\">&quot;Message&quot;</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

sectitle

--- 

constants

--- 
- name: Message
  value: "&quot;Arrow framework error&quot;"

[Validate]

Generated with the Darkfish Rdoc Generator.