Definition in file error.h.
#include "dll.h"
#include <stdexcept>
Go to the source code of this file.
Namespaces | |
namespace | Barry |
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... |