#include <tsystem.h>
Inheritance diagram for SmartSockets::SystemException::
Public Methods | |
SystemException () | |
SystemException (int4 errNum, int4 runCommandErr=0) | |
virtual void | setRunCommandError (int4 errNum) throw () |
virtual int4 | getRunCommandError () throw () |
virtual | ~SystemException () throw () |
|
Constructor. |
|
Constructor that lets the error number be set.
|
|
Destructor. |
|
Allows one to get the RunCommand error code. This is value is typically set by the System::runCommand() method when a system call was not successful. |
|
Allows one to set the RunCommand error code. This is used by the System::runCommand() method. |