class InvalidOperationException
Constants
- FIELDS
- MESSAGE
Public Class Methods
new(message=nil)
click to toggle source
Calls superclass method
# File lib/thrift/hive_metastore_types.rb 591 def initialize(message=nil) 592 super() 593 self.message = message 594 end
Public Instance Methods
struct_fields()
click to toggle source
# File lib/thrift/hive_metastore_types.rb 602 def struct_fields; FIELDS; end
validate()
click to toggle source
# File lib/thrift/hive_metastore_types.rb 604 def validate 605 end