Class: InvalidOperationException

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

Returns a new instance of InvalidOperationException.



591
592
593
594
# File 'lib/thrift/hive_metastore_types.rb', line 591

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

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



604
605
# File 'lib/thrift/hive_metastore_types.rb', line 604

def validate
end