Declarations of the playd Error exception set. More...
#include <iostream>#include <sstream>
Include dependency graph for errors.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | Error |
| A playd exception. More... | |
| class | ConfigError |
| An Error signifying that playd has been improperly configured. More... | |
| class | InternalError |
| An Error signifying that playd has hit an internal snag. More... | |
| class | FileError |
| An Error signifying that playd can't read a file. More... | |
| class | SeekError |
| An Error signifying that playd can't seek in a file. More... | |
| class | NetError |
| A network error. More... | |
| class | NoAudioError |
| An Error signifying that no audio is loaded. More... | |
| class | Debug |
| Class for telling the human what playd is doing. More... | |