Exception: Kiba::Extend::BlankFcarOrigFieldError

Inherits:
StandardError
  • Object
show all
Includes:
ErrMod
Defined in:
lib/kiba/extend/error.rb

Instance Method Summary collapse

Methods included from ErrMod

#calling_job, #info

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