In file SerialUtils.hh:

class HadoopUtils::Error

A simple exception class that records a message for the user

Public Methods

[more] Error(const std::string& msg)
Create an error object with the given message
[more] Error(const std::string& msg, const std::string& file, int line, const std::string& function)
Construct an error object with the given message that was created on the given file, line, and functino
[more]const std::string& getMessage() const
Get the error message


Documentation

A simple exception class that records a message for the user
o Error(const std::string& msg)
Create an error object with the given message

o Error(const std::string& msg, const std::string& file, int line, const std::string& function)
Construct an error object with the given message that was created on the given file, line, and functino

oconst std::string& getMessage() const
Get the error message


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.