23 #ifndef ANALYZEERROR_HH 24 #define ANALYZEERROR_HH 70 template<
class DataType>
72 std::ostringstream os;
85 std::string
str()
const {
90 return _message.c_str();
BlitzAnalyzeError()
Default constructor.
std::string str() const
Returns the error message.
BlitzAnalyzeError(const std::string &message)
Creates an error object with the given message.
BlitzAnalyzeError & operator<<(const DataType &data)
Appends the given data to the message string.
Error class for BlitzAnalyzeFile.
const char * what() const