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

Raised when an illegal argument is passed to Hazelcast API. More...

#include <IllegalArgumentException.h>

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

Public Member Functions

 IllegalArgumentException (const std::string &source, const std::string &message)
 Constructor.
 
 IllegalArgumentException (const char *source, const char *message)
 
 ~IllegalArgumentException () 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 when an illegal argument is passed to Hazelcast API.


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