Class: Teapot::TempestDB::InvalidIndexException

Inherits:
Thrift::Exception
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/gen/tempest_types.rb

Constant Summary collapse

MESSAGE =
1
FIELDS =
{
  MESSAGE => {:type => ::Thrift::Types::STRING, :name => 'message'}
}

Instance Method Summary collapse

Constructor Details

#initialize(message = nil) ⇒ InvalidIndexException

Returns a new instance of InvalidIndexException.



111
112
113
114
# File 'lib/gen/tempest_types.rb', line 111

def initialize(message=nil)
  super()
  self.message = message
end

Instance Method Details

#struct_fieldsObject



122
# File 'lib/gen/tempest_types.rb', line 122

def struct_fields; FIELDS; end

#validateObject



124
125
# File 'lib/gen/tempest_types.rb', line 124

def validate
end