iRoCS Toolbox
1.1.0
|
Error class for BlitzAnalyzeFile. More...
#include <BlitzAnalyzeError.hh>
Public Member Functions | |
BlitzAnalyzeError () | |
Default constructor. More... | |
BlitzAnalyzeError (const std::string &message) | |
Creates an error object with the given message. More... | |
template<class DataType > | |
BlitzAnalyzeError & | operator<< (const DataType &data) |
Appends the given data to the message string. More... | |
std::string | str () const |
Returns the error message. More... | |
const char * | what () const |
Error class for BlitzAnalyzeFile.
Definition at line 40 of file BlitzAnalyzeError.hh.
|
inline |
Default constructor.
Creates an object without error message.
Definition at line 49 of file BlitzAnalyzeError.hh.
|
inline |
Creates an error object with the given message.
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
message | error message |
Definition at line 60 of file BlitzAnalyzeError.hh.
|
inline |
Appends the given data to the message string.
data |
Definition at line 71 of file BlitzAnalyzeError.hh.
|
inline |
|
inline |
Definition at line 89 of file BlitzAnalyzeError.hh.