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

Exception class for the BSFFileIO class. More...

#include <btkBSFFileIO.h>

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

Public Member Functions

 BSFFileIOException (const std::string &msg)
 
virtual ~BSFFileIOException () 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 BSFFileIO class.

Constructor & Destructor Documentation

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

Constructor.

btk::BSFFileIOException::~BSFFileIOException ( )
throw (
)
inlinevirtual

Empty destructor.