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::RWSecureSocketInvalidFileError |
( |
const RWCString & | funcName, |
|
|
unsigned long | errNum ) |
◆ errorDescription()
RWCString RWSecureSocketInvalidFileError::errorDescription |
( |
void | | ) |
const |
|
inline |
Returns a text description of the error.
◆ errorNumber()
unsigned long RWSecureSocketInvalidFileError::errorNumber |
( |
void | | ) |
const |
|
inline |
Returns the error number associated with the exception.
◆ where()
RWCString RWSecureSocketInvalidFileError::where |
( |
void | | ) |
const |
|
inline |
Returns the name of the function that threw the exception.