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 |
( |
int |
errorNumber, |
|
|
const RWCString & |
funcname |
|
) |
| |
RWCString RWSecureSocketError::errDescription |
( |
void |
| ) |
const |
|
inline |
Returns a text description of the error condition.
static RWCString RWSecureSocketError::errNumberToString |
( |
int |
errorNumber | ) |
|
|
static |
Static function that converts an error number to a text string.
int RWSecureSocketError::errorNumber |
( |
void |
| ) |
const |
|
inline |
Returns the error number.
RWCString RWSecureSocketError::where |
( |
void |
| ) |
const |
|
inline |
Returns the name of the function that threw the exception.