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

Exception class for the C3DFileIO class. More...

#include <btkC3DFileIO.h>

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

Public Member Functions

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

Constructor & Destructor Documentation

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

Constructor.

btk::C3DFileIOException::~C3DFileIOException ( )
throw (
)
inlinevirtual

Empty destructor.