Class: Teapot::TempestDB::InvalidArgumentException

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) ⇒ InvalidArgumentException

Returns a new instance of InvalidArgumentException.



132
133
134
135
# File 'lib/gen/tempest_types.rb', line 132

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

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



145
146
# File 'lib/gen/tempest_types.rb', line 145

def validate
end