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