Thrown when a named file does not exist or is invalid.
More...
#include <rw/secsock/except.h>
An RWSecureSocketInvalidFileError is thrown when a named file does not exist or is invalid.
RWSecureSocketInvalidFileError::RWSecureSocketInvalidFileError |
( |
const RWCString & |
funcName, |
|
|
unsigned long |
errNum |
|
) |
| |
RWCString RWSecureSocketInvalidFileError::errorDescription |
( |
void |
| ) |
const |
|
inline |
Returns a text description of the error.
unsigned long RWSecureSocketInvalidFileError::errorNumber |
( |
void |
| ) |
const |
|
inline |
Returns the error number associated with the exception.
RWCString RWSecureSocketInvalidFileError::where |
( |
void |
| ) |
const |
|
inline |
Returns the name of the function that threw the exception.