Acoustic Touch Recognition
Public Member Functions | Private Attributes | List of all members
osc::Exception Class Reference

#include <OscException.h>

Inheritance diagram for osc::Exception:

Public Member Functions

 Exception () throw ()
 
 Exception (const Exception &src) throw ()
 
 Exception (const char *w) throw ()
 
Exceptionoperator= (const Exception &src) throw ()
 
virtual ~Exception () throw ()
 
virtual const char * what () const throw ()
 

Private Attributes

const char * what_
 

Constructor & Destructor Documentation

◆ Exception() [1/3]

osc::Exception::Exception ( )
throw (
)
inline

◆ Exception() [2/3]

osc::Exception::Exception ( const Exception src)
throw (
)
inline

◆ Exception() [3/3]

osc::Exception::Exception ( const char *  w)
throw (
)
inline

◆ ~Exception()

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

Member Function Documentation

◆ operator=()

Exception& osc::Exception::operator= ( const Exception src)
throw (
)
inline

◆ what()

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

Member Data Documentation

◆ what_

const char* osc::Exception::what_
private

The documentation for this class was generated from the following file: