#include <coherence/io/EOFException.hpp>
Inherits IOException.
| 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 |