Thrown when NULL
is passed to the RWSecureSocketMethod constructor.
More...
#include <rw/secsock/except.h>
An RWSecureSocketInvalidMethodError is thrown when NULL
is passed to the RWSecureSocketMethod constructor.
RWSecureSocketInvalidMethodError::RWSecureSocketInvalidMethodError |
( |
const RWCString & |
funcName, |
|
|
unsigned long |
errNum |
|
) |
| |
RWCString RWSecureSocketInvalidMethodError::errorDescription |
( |
void |
| ) |
const |
|
inline |
Returns a text description of the error.
unsigned long RWSecureSocketInvalidMethodError::errorNumber |
( |
void |
| ) |
const |
|
inline |
Returns the error number associated with the exception.
RWCString RWSecureSocketInvalidMethodError::where |
( |
void |
| ) |
const |
|
inline |
Returns the name of the function that threw the exception.