Class: Apache::Hadoop::Hbase::Thrift2::TIllegalArgument
- Inherits:
-
Thrift::Exception
- Object
- Thrift::Exception
- Apache::Hadoop::Hbase::Thrift2::TIllegalArgument
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/hbase/hbase_types.rb
Overview
argument was passed into a procedure.
Constant Summary collapse
- MESSAGE =
1
- FIELDS =
{ MESSAGE => {:type => ::Thrift::Types::STRING, :name => 'message', :optional => true} }
Instance Method Summary collapse
-
#initialize(message = nil) ⇒ TIllegalArgument
constructor
A new instance of TIllegalArgument.
- #struct_fields ⇒ Object
- #validate ⇒ Object
Constructor Details
#initialize(message = nil) ⇒ TIllegalArgument
Returns a new instance of TIllegalArgument.
567 568 569 570 |
# File 'lib/hbase/hbase_types.rb', line 567 def initialize(=nil) super() self. = end |
Instance Method Details
#struct_fields ⇒ Object
578 |
# File 'lib/hbase/hbase_types.rb', line 578 def struct_fields; FIELDS; end |
#validate ⇒ Object
580 581 |
# File 'lib/hbase/hbase_types.rb', line 580 def validate end |