CLAM-Development
1.4.0
|
#include <ErrSoundFileIO.hxx>
Public Member Functions | |
UnavailableSoundFile () throw () | |
UnavailableSoundFile (const char *msg) throw () | |
UnavailableSoundFile (const UnavailableSoundFile &) throw () | |
virtual | ~UnavailableSoundFile () throw () |
![]() | |
ErrSoundFileIO () throw () | |
ErrSoundFileIO (const char *msg) throw () | |
ErrSoundFileIO (const ErrSoundFileIO &) throw () | |
virtual | ~ErrSoundFileIO () throw () |
![]() | |
ErrProcessingObj () | |
ErrProcessingObj (const char *msg) | |
ErrProcessingObj (const char *msg, const Processing *o) | |
~ErrProcessingObj () throw () | |
![]() | |
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 39 of file ErrSoundFileIO.hxx.
CLAM::UnavailableSoundFile::UnavailableSoundFile | ( | ) | throw () |
Definition at line 45 of file ErrSoundFileIO.cxx.
CLAM::UnavailableSoundFile::UnavailableSoundFile | ( | const char * | msg | ) | throw () |
Definition at line 50 of file ErrSoundFileIO.cxx.
CLAM::UnavailableSoundFile::UnavailableSoundFile | ( | const UnavailableSoundFile & | obj | ) | throw () |
Definition at line 55 of file ErrSoundFileIO.cxx.
|
virtual |
Definition at line 60 of file ErrSoundFileIO.cxx.