JWS C++ Library
C++ language utility library
|
Base and common derived exceptions for the jwsc++ library. More...
#include <jwsc++/config.h>
#include <cstdlib>
#include <cstdio>
#include <string>
#include <iostream>
#include <inttypes.h>
Go to the source code of this file.
Classes | |
class | jwscxx::base::Exception |
Base class of all exceptions in the jwsc++ library. More... | |
class | jwscxx::base::IO_error |
Input/Output error exception. More... | |
class | jwscxx::base::Arg_error |
Argument error exception. More... | |
class | jwscxx::base::Result_error |
Result error exception. More... | |
Namespaces | |
namespace | jwscxx |
namespace | jwscxx::base |
Base and common derived exceptions for the jwsc++ library.
Definition in file exception.h.