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

Exception class for the RICFileIO class. More...

#include <btkRICFileIO.h>

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

Public Member Functions

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

Constructor & Destructor Documentation

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

Constructor.

btk::RICFileIOException::~RICFileIOException ( )
throw (
)
inlinevirtual

Empty destructor.