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

Exception class for the XMOVEFileIO class. More...

#include <btkXMOVEFileIO.h>

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

Public Member Functions

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

Constructor & Destructor Documentation

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

Constructor.

btk::XMOVEFileIOException::~XMOVEFileIOException ( )
throw (
)
inlinevirtual

Empty destructor.