class MetaException
Constants
- FIELDS
- MESSAGE
Public Class Methods
new(message=nil)
click to toggle source
Calls superclass method
# File lib/thrift/hive_metastore_types.rb, line 444 def initialize(message=nil) super() self.message = message end
Public Instance Methods
struct_fields()
click to toggle source
# File lib/thrift/hive_metastore_types.rb, line 455 def struct_fields; FIELDS; end
validate()
click to toggle source
# File lib/thrift/hive_metastore_types.rb, line 457 def validate end