Public Member Functions

hdfcpp_exception Class Reference

Generic HDFCPP library exception class. More...

#include <Hdf_exceptions.hpp>

List of all members.

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

Detailed Description

Generic HDFCPP library exception class.


Constructor & Destructor Documentation

hdfcpp_exception::hdfcpp_exception ( const char *  file,
long  line,
string  msg = "" 
) [inline]

constructor

Parameters:
file file of the exception
line line of the exception
msg message of the exception

Member Function Documentation

virtual const char* hdfcpp_exception::what (  )  const throw () [inline, virtual]

print the message of the exception

Returns:
the description of the exception

The documentation for this class was generated from the following file: