Class: Teapot::TempestDB::InvalidIndexException
- Inherits:
-
Thrift::Exception
- Object
- Thrift::Exception
- Teapot::TempestDB::InvalidIndexException
- 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
-
#initialize(message = nil) ⇒ InvalidIndexException
constructor
A new instance of InvalidIndexException.
- #struct_fields ⇒ Object
- #validate ⇒ Object
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(=nil) super() self. = end |
Instance Method Details
#struct_fields ⇒ Object
122 |
# File 'lib/gen/tempest_types.rb', line 122 def struct_fields; FIELDS; end |
#validate ⇒ Object
124 125 |
# File 'lib/gen/tempest_types.rb', line 124 def validate end |