Common exception classes for the Barry library. More...
#include "dll.h"#include <stdexcept>#include <stdint.h>

Go to the source code of this file.
Classes | |
| class | Barry::Error |
| The base class for any future derived exceptions. More... | |
| class | Barry::BadPassword |
| A bad or unknown password when talking to the device. More... | |
| class | Barry::BadData |
| Thrown by record classes if their data is invalid and cannot be uploaded to the Blackberry. More... | |
| class | Barry::BadSize |
| Unexpected packet size, or not enough data. More... | |
| class | Barry::ErrnoError |
| System error that provides an errno error code. More... | |
| class | Barry::ConfigFileError |
| Thrown by the ConfigFile class when encountering a serious system error while loading the global config file for a given PIN. More... | |
| class | Barry::BadPackedFormat |
| Thrown by record classes that don't recognize a given packed format code. More... | |
| class | Barry::BadPacket |
| Thrown by the socket class if a packet command's response indicates an error. More... | |
| class | Barry::ConvertError |
| Thrown by the vformat related barrysync library classes. More... | |
| class | Barry::BackupError |
| Thrown by the Backup parser class when there is a problem with the low level file operation. More... | |
| class | Barry::RestoreError |
| Thrown by the Restore builder class when there is a problem with the low level file operation. More... | |
Namespaces | |
| namespace | Barry |
Project namespace, containing all related functions and classes. | |
Common exception classes for the Barry library.
Definition in file error.h.
1.7.1