Class: Apache::Hadoop::Hbase::Thrift::IllegalArgument
- Inherits:
-
Thrift::Exception
- Object
- Thrift::Exception
- Apache::Hadoop::Hbase::Thrift::IllegalArgument
- Includes:
- Thrift::Struct
- Defined in:
- lib/gen-rb/hbase_types.rb
Overview
An IllegalArgument exception indicates an illegal or invalid argument was passed into a procedure.
Constant Summary collapse
- MESSAGE =
1
- FIELDS =
{ MESSAGE => {:type => ::Thrift::Types::STRING, :name => 'message'} }
Instance Method Summary collapse
-
#initialize(message = nil) ⇒ IllegalArgument
constructor
A new instance of IllegalArgument.
- #struct_fields ⇒ Object
- #validate ⇒ Object
Constructor Details
#initialize(message = nil) ⇒ IllegalArgument
Returns a new instance of IllegalArgument.
181 182 183 184 |
# File 'lib/gen-rb/hbase_types.rb', line 181 def initialize(=nil) super() self. = end |
Instance Method Details
#struct_fields ⇒ Object
193 |
# File 'lib/gen-rb/hbase_types.rb', line 193 def struct_fields; FIELDS; end |
#validate ⇒ Object
195 196 |
# File 'lib/gen-rb/hbase_types.rb', line 195 def validate end |