Oracle Coherence for C++ API
Release 3.7.1.0

E22845-01

EOFException Class Reference

#include <coherence/io/EOFException.hpp>

Inherits IOException.

List of all members.


Detailed Description

Signals that an end of file or stream has been reached unexpectedly during input.

Author:
jh 2007.12.30
 

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.

Constructor & Destructor Documentation

EOFException ( String::View  vsMsg = String::null_string,
    Exception::View  vCause = NULL  
  )     [protected]

Create an EOFException.

Parameters:
  vsMsg  the detail message
  vCause  the underlying cause of the exception
Returns:
a new EOFException

The documentation for this class was generated from the following file:

Copyright © 2000, 2011, Oracle and/or its affiliates. All rights reserved.