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

Exception class for the CLBFileIO class. More...

#include <btkCLBFileIO.h>

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

Public Member Functions

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

Constructor & Destructor Documentation

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

Constructor.

btk::CLBFileIOException::~CLBFileIOException ( )
throw (
)
inlinevirtual

Empty destructor.