Exception: Kiba::Extend::BlankFcarOrigFieldError
- Inherits:
-
StandardError
- Object
- StandardError
- Kiba::Extend::BlankFcarOrigFieldError
- Includes:
- ErrMod
- Defined in:
- lib/kiba/extend/error.rb
Instance Method Summary collapse
-
#initialize(msg = "The value of the field(s) on which an FCAR process"\ "is based is nil or empty. FCAR can't meaningfully do "\ "anything with blank values, so you need to make sure "\ "you've already filtered out any rows with blank values "\ "before applying FCAR split transforms.") ⇒ BlankFcarOrigFieldError
constructor
A new instance of BlankFcarOrigFieldError.
Methods included from ErrMod
Constructor Details
#initialize(msg = "The value of the field(s) on which an FCAR process"\ "is based is nil or empty. FCAR can't meaningfully do "\ "anything with blank values, so you need to make sure "\ "you've already filtered out any rows with blank values "\ "before applying FCAR split transforms.") ⇒ BlankFcarOrigFieldError
Returns a new instance of BlankFcarOrigFieldError.
35 36 37 38 39 40 41 |
# File 'lib/kiba/extend/error.rb', line 35 def initialize(msg = "The value of the field(s) on which an FCAR process"\ "is based is nil or empty. FCAR can't meaningfully do "\ "anything with blank values, so you need to make sure "\ "you've already filtered out any rows with blank values "\ "before applying FCAR split transforms.") super end |