Thrown when a problem occurs while trying to use an RWSecureSocket.
More...
#include <rw/secsock/except.h>
An RWSecureSocketError is thrown when a problem occurs while trying to use an RWSecureSocket.
◆ RWSecureSocketError()
RWSecureSocketError::RWSecureSocketError |
( |
int | errorNumber, |
|
|
const RWCString & | funcname ) |
◆ errDescription()
RWCString RWSecureSocketError::errDescription |
( |
void | | ) |
const |
|
inline |
Returns a text description of the error condition.
◆ errNumberToString()
static RWCString RWSecureSocketError::errNumberToString |
( |
int | errorNumber | ) |
|
|
static |
Static function that converts an error number to a text string.
◆ errorNumber()
int RWSecureSocketError::errorNumber |
( |
void | | ) |
const |
|
inline |
Returns the error number.
◆ where()
RWCString RWSecureSocketError::where |
( |
void | | ) |
const |
|
inline |
Returns the name of the function that threw the exception.