C++ Exception definitions. More...
Classes | |
class | zbar::BusyError |
all resources busy. More... | |
class | zbar::ClosedError |
output window is closed. More... | |
class | zbar::Exception |
base class for exceptions defined by this API. More... | |
class | zbar::FormatError |
image format error More... | |
class | zbar::InternalError |
internal library error. More... | |
class | zbar::InvalidError |
invalid request. More... | |
class | zbar::LockingError |
locking error. More... | |
class | zbar::SystemError |
failed system call. More... | |
class | zbar::UnsupportedError |
unsupported request. More... | |
class | zbar::XDisplayError |
X11 display error. More... | |
class | zbar::XProtoError |
X11 protocol error. More... | |
Namespaces | |
zbar | |
C++ namespace for library interfaces. | |
Functions | |
static std::exception | zbar::throw_exception (const void *obj) |
extract error information and create exception. More... | |
C++ Exception definitions.