class Impala::Protocol::HiveMetastore::NoSuchObjectException
Constants
- FIELDS
- MESSAGE
Public Class Methods
new(message=nil)
click to toggle source
Calls superclass method
# File lib/impala/protocol/hive_metastore_types.rb 614 def initialize(message=nil) 615 super() 616 self.message = message 617 end
Public Instance Methods
struct_fields()
click to toggle source
# File lib/impala/protocol/hive_metastore_types.rb 625 def struct_fields; FIELDS; end
validate()
click to toggle source
# File lib/impala/protocol/hive_metastore_types.rb 627 def validate 628 end