Oracle Coherence for C++ API
Release 3.7.1.0
E22845-01
#include <coherence/io/EOFException.hpp>
Inherits IOException.
Signals that an end of file or stream has been reached unexpectedly during input.
Public Types |
|
| typedef spec::Handle | Handle |
| EOFException Handle definition. | |
| typedef spec::View | View |
| EOFException View definition. | |
| typedef spec::Holder | Holder |
| EOFException Holder definition. | |
Protected Member Functions |
|
| EOFException (String::View vsMsg=String::null_string, Exception::View vCause=NULL) | |
| Create an EOFException. | |
| EOFException | ( | String::View | vsMsg = String::null_string, |
|
| Exception::View | vCause = NULL |
|||
| ) | [protected] |
Create an EOFException.
| vsMsg | the detail message | |
| vCause | the underlying cause of the exception |
The documentation for this class was generated from the following file: