#include <CarobException.hpp>
Inheritance diagram for CarobNS::ConversionException:
Public Member Functions | |
ConversionException (std::wstring s, std::wstring state) | |
Constructs a ConversionException with the given message. |
CarobNS::ConversionException::ConversionException | ( | std::wstring | s, | |
std::wstring | state | |||
) | [inline] |
Constructs a ConversionException with the given message.
s | error message of the exception | |
state | corresponding SQL state, HYC00 if none |