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

General class for exception. More...

#include <btkException.h>

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

Public Member Functions

 Exception (const std::string &msg)
 
virtual const char * what () const throw ()
 
virtual ~Exception () throw ()
 

Detailed Description

General class for exception.

Constructor & Destructor Documentation

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

Constructor

virtual btk::Exception::~Exception ( )
throw (
)
inlinevirtual

Destructor

Member Function Documentation

virtual const char* btk::Exception::what ( ) const
throw (
)
inlinevirtual

Gets the exception's message