Class: Teapot::TempestDB::UndefinedGraphException

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

Returns a new instance of UndefinedGraphException.



153
154
155
156
# File 'lib/gen/tempest_types.rb', line 153

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

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



166
167
# File 'lib/gen/tempest_types.rb', line 166

def validate
end