Class: MetaException

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

Constant Summary collapse

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

Instance Method Summary collapse

Constructor Details

#initialize(message = nil) ⇒ MetaException

Returns a new instance of MetaException.



444
445
446
447
# File 'lib/thrift/hive_metastore_types.rb', line 444

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

Instance Method Details

#struct_fieldsObject



455
# File 'lib/thrift/hive_metastore_types.rb', line 455

def struct_fields; FIELDS; end

#validateObject



457
458
# File 'lib/thrift/hive_metastore_types.rb', line 457

def validate
end