![]() |
Vault
4.1
|
VEOFException is a VException that indicates that a stream reader has hit the end of the stream while reading. More...
#include <vexception.h>
Public Member Functions | |
| VEOFException (const char *errorMessage) | |
| Constructs the exception with an error message. | |
| VEOFException (const VString &errorString) | |
| Constructs the exception with default error code and VString message. | |
| virtual | ~VEOFException () throw () |
| Destructor. | |
VEOFException is a VException that indicates that a stream reader has hit the end of the stream while reading.
Normally this happens when reading past EOF in a file, or when a socket is closed while there is a blocking read waiting for data on the socket.
Definition at line 360 of file vexception.h.
| VEOFException::VEOFException | ( | const char * | errorMessage | ) | [inline] |
Constructs the exception with an error message.
| errorMessage | the message |
Definition at line 367 of file vexception.h.
| VEOFException::VEOFException | ( | const VString & | errorString | ) | [inline] |
Constructs the exception with default error code and VString message.
| errorString | the error message |
Definition at line 372 of file vexception.h.