Exception: Setl::ProcessingError

Inherits:
ETLError
  • Object
show all
Defined in:
lib/setl/errors.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(row, message = nil) ⇒ ProcessingError

Returns a new instance of ProcessingError.



6
7
8
9
# File 'lib/setl/errors.rb', line 6

def initialize(row, message=nil)
  super message
  @row = row
end

Instance Attribute Details

#rowObject (readonly)

Returns the value of attribute row.



11
12
13
# File 'lib/setl/errors.rb', line 11

def row
  @row
end