Class: Hadoop::API::IOException

Inherits:
Thrift::Exception
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/thrift/common_types.rb

Overview

Generic I/O error

Constant Summary collapse

MSG =
1
STACK =
2
CLAZZ =
3
FIELDS =
{
  # Error message.
  MSG => {:type => ::Thrift::Types::STRING, :name => 'msg'},
  # Textual representation of the call stack.
  STACK => {:type => ::Thrift::Types::STRING, :name => 'stack'},
  # The Java class of the Exception (may be a subclass)
  CLAZZ => {:type => ::Thrift::Types::STRING, :name => 'clazz'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



26
# File 'lib/thrift/common_types.rb', line 26

def struct_fields; FIELDS; end

#validateObject



28
29
# File 'lib/thrift/common_types.rb', line 28

def validate
end