Hazelcast C++ Client
 All Classes Functions Variables Enumerations Pages
Public Member Functions | List of all members
hazelcast::client::exception::UTFDataFormatException Class Reference

Raised the string format is not correct according to UTF-8. More...

#include <UTFDataFormatException.h>

+ Inheritance diagram for hazelcast::client::exception::UTFDataFormatException:

Public Member Functions

 UTFDataFormatException (const std::string &source, const std::string &message)
 Constructor.
 
 ~UTFDataFormatException () throw ()
 Destructor.
 
char const * what () const throw ()
 return exception explanation string.
 
- Public Member Functions inherited from hazelcast::client::exception::IException
 IException ()
 Constructor.
 
 IException (const std::string &source, const std::string &message)
 Constructor.
 
virtual ~IException () throw ()
 Destructor.
 

Detailed Description

Raised the string format is not correct according to UTF-8.


The documentation for this class was generated from the following files: