class NoSuchObjectException
Constants
- FIELDS
- MESSAGE
Public Class Methods
new(message=nil)
click to toggle source
Calls superclass method
# File lib/thrift/hive_metastore_types.rb 549 def initialize(message=nil) 550 super() 551 self.message = message 552 end
Public Instance Methods
struct_fields()
click to toggle source
# File lib/thrift/hive_metastore_types.rb 560 def struct_fields; FIELDS; end
validate()
click to toggle source
# File lib/thrift/hive_metastore_types.rb 562 def validate 563 end