BTK  0.3dev.0
Open-source library to visualize/process biomechanical data
List of all members | Public Member Functions
btk::TDFFileIOException Class Reference

Exception class for the TDFFileIO class. More...

#include <btkTDFFileIO.h>

Inheritance diagram for btk::TDFFileIOException:
Inheritance graph
[legend]

Public Member Functions

 TDFFileIOException (const std::string &msg)
 
virtual ~TDFFileIOException () throw ()
 
- Public Member Functions inherited from btk::Exception
 Exception (const std::string &msg)
 
virtual const char * what () const throw ()
 
virtual ~Exception () throw ()
 

Detailed Description

Exception class for the TDFFileIO class.

Constructor & Destructor Documentation

btk::TDFFileIOException::TDFFileIOException ( const std::string &  msg)
inlineexplicit

Constructor.

btk::TDFFileIOException::~TDFFileIOException ( )
throw (
)
inlinevirtual

Empty destructor.