class InvalidObjectException

Constants

FIELDS
MESSAGE

Public Class Methods

new(message=nil) click to toggle source
Calls superclass method
    # File lib/thrift/hive_metastore_types.rb
528 def initialize(message=nil)
529   super()
530   self.message = message
531 end

Public Instance Methods

struct_fields() click to toggle source
    # File lib/thrift/hive_metastore_types.rb
539 def struct_fields; FIELDS; end
validate() click to toggle source
    # File lib/thrift/hive_metastore_types.rb
541 def validate
542 end