|
CLAM-Development
1.4.0
|
#include <ErrSoundFileIO.hxx>
Public Member Functions | |
| UnsupportedSoundFileSampleEncoding () throw () | |
| UnsupportedSoundFileSampleEncoding (const char *msg) throw () | |
| UnsupportedSoundFileSampleEncoding (const UnsupportedSoundFileSampleEncoding &) throw () | |
| virtual | ~UnsupportedSoundFileSampleEncoding () throw () |
Public Member Functions inherited from CLAM::ErrSoundFileIO | |
| ErrSoundFileIO () throw () | |
| ErrSoundFileIO (const char *msg) throw () | |
| ErrSoundFileIO (const ErrSoundFileIO &) throw () | |
| virtual | ~ErrSoundFileIO () throw () |
Public Member Functions inherited from CLAM::ErrProcessingObj | |
| ErrProcessingObj () | |
| ErrProcessingObj (const char *msg) | |
| ErrProcessingObj (const char *msg, const Processing *o) | |
| ~ErrProcessingObj () throw () | |
Public Member Functions inherited from CLAM::Err | |
| Err () throw () | |
| Err (const char *msg) throw () | |
| Err (const Err &) throw () | |
| virtual | ~Err () throw () |
| void | Print (void) const throw () |
| virtual const char * | what () const throw () |
| void | Embed (const std::exception &) throw () |
| void | Embed (const char *str) throw () |
Definition at line 50 of file ErrSoundFileIO.hxx.
| CLAM::UnsupportedSoundFileSampleEncoding::UnsupportedSoundFileSampleEncoding | ( | ) | throw () |
Definition at line 64 of file ErrSoundFileIO.cxx.
| CLAM::UnsupportedSoundFileSampleEncoding::UnsupportedSoundFileSampleEncoding | ( | const char * | msg | ) | throw () |
Definition at line 69 of file ErrSoundFileIO.cxx.
| CLAM::UnsupportedSoundFileSampleEncoding::UnsupportedSoundFileSampleEncoding | ( | const UnsupportedSoundFileSampleEncoding & | obj | ) | throw () |
Definition at line 74 of file ErrSoundFileIO.cxx.
|
virtual |
Definition at line 79 of file ErrSoundFileIO.cxx.
1.8.1