A base class for all warehouse client exceptions; provides a handy boost::format parent constructor. More...
#include <exception.h>
Public Member Functions | |
WarehouseClientException (const char *str) | |
WarehouseClientException (const format &error_string) |
A base class for all warehouse client exceptions; provides a handy boost::format parent constructor.
Definition at line 46 of file exception.h.
warehouse::WarehouseClientException::WarehouseClientException | ( | const format & | error_string | ) | [inline] |
Definition at line 49 of file exception.h.
warehouse::WarehouseClientException::WarehouseClientException | ( | const char * | str | ) | [inline] |
Definition at line 50 of file exception.h.