Class: UnknownTableException

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) ⇒ UnknownTableException

Returns a new instance of UnknownTableException.



465
466
467
468
# File 'lib/thrift/hive_metastore_types.rb', line 465

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

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



478
479
# File 'lib/thrift/hive_metastore_types.rb', line 478

def validate
end