Generic HDFCPP library exception class. More...
#include <Hdf_exceptions.hpp>
Public Member Functions | |
hdfcpp_exception (const char *file, long line, string msg="") | |
constructor | |
virtual | ~hdfcpp_exception () throw () |
destructor | |
virtual const char * | what () const throw () |
print the message of the exception |
Generic HDFCPP library exception class.
hdfcpp_exception::hdfcpp_exception | ( | const char * | file, | |
long | line, | |||
string | msg = "" | |||
) | [inline] |
constructor
file | file of the exception | |
line | line of the exception | |
msg | message of the exception |
virtual const char* hdfcpp_exception::what | ( | ) | const throw () [inline, virtual] |
print the message of the exception