Class: ThriftHadoopFileSystem::MalformedInputException

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

Constant Summary collapse

MESSAGE =
-1
FIELDS =
{
  MESSAGE => {:type => ::Thrift::Types::STRING, :name => 'message'}
}

Instance Method Summary collapse

Constructor Details

#initialize(message = nil) ⇒ MalformedInputException

Returns a new instance of MalformedInputException.



97
98
99
100
# File 'lib/thrift/hadoopfs_types.rb', line 97

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

Instance Method Details

#struct_fieldsObject



108
# File 'lib/thrift/hadoopfs_types.rb', line 108

def struct_fields; FIELDS; end

#validateObject



110
111
# File 'lib/thrift/hadoopfs_types.rb', line 110

def validate
end