JWS C++ Library
C++ language utility library
exception.h File Reference

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

Detailed Description

Base and common derived exceptions for the jwsc++ library.

Author:
Joseph Schlecht
License:
Creative Commons BY-NC-SA 3.0

Definition in file exception.h.