Class NetworkException
Defined in File network-exception.h
Inheritance Relationships
Base Type
public std::exception
Class Documentation
-
class NetworkException : public std::exception
A class of exception specific to operations within the network namespace.
Public Functions
-
NetworkException(char const *message)
NetworkException constructor.
- Parameters
message -- String containing additional exception details.
-
~NetworkException()
-
char const *what() const
Protected Attributes
-
utility::String mMessage
-
NetworkException(char const *message)