Public Member Functions

UnimplementedProduct Class Reference

List of all members.

Public Member Functions

 UnimplementedProduct (const string &src_file, const int src_line, const string &src_method)
 constructor
 ~UnimplementedProduct () throw ()
 destructor
virtual const char * what () const throw ()
 accessor to the error message

Detailed Description

an invalid hdf type is used


Constructor & Destructor Documentation

UnimplementedProduct::UnimplementedProduct ( const string &  src_file,
const int  src_line,
const string &  src_method 
) [inline]

constructor

Parameters:
src_file name of the source code file where the error occurs (ie __FILE__)
src_line number of the line of the source code file where the error occurs (ie __LINE__)
src_method the name of the method that raised the exception

Member Function Documentation

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

accessor to the error message

Returns:
the error message

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