Class: Apache::Hadoop::Hbase::Thrift2::TIllegalArgument

Inherits:
Thrift::Exception
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/hbase/hbase_types.rb

Overview

argument was passed into a procedure.

Constant Summary collapse

MESSAGE =
1
FIELDS =
{
  MESSAGE => {:type => ::Thrift::Types::STRING, :name => 'message', :optional => true}
}

Instance Method Summary collapse

Constructor Details

#initialize(message = nil) ⇒ TIllegalArgument

Returns a new instance of TIllegalArgument.



567
568
569
570
# File 'lib/hbase/hbase_types.rb', line 567

def initialize(message=nil)
  super()
  self.message = message
end

Instance Method Details

#struct_fieldsObject



578
# File 'lib/hbase/hbase_types.rb', line 578

def struct_fields; FIELDS; end

#validateObject



580
581
# File 'lib/hbase/hbase_types.rb', line 580

def validate
end