TAO  2.3.2
Public Member Functions | Private Attributes | List of all members
TAO::Storable_Read_Exception Class Reference

#include <Storable_Base.h>

Inheritance diagram for TAO::Storable_Read_Exception:
Inheritance graph
[legend]
Collaboration diagram for TAO::Storable_Read_Exception:
Collaboration graph
[legend]

Public Member Functions

 Storable_Read_Exception (Storable_Base::Storable_State state, const ACE_CString &file_name)
 
Storable_Base::Storable_State get_state () const
 
- Public Member Functions inherited from TAO::Storable_Exception
 Storable_Exception (const ACE_CString &file_name)
 
virtual ~Storable_Exception ()
 
const ACE_CStringget_file_name () const
 

Private Attributes

TAO::Storable_Base::Storable_State storable_state_
 

Detailed Description

Exception thrown when an error is encountered during reading of the persistent store.

Constructor & Destructor Documentation

TAO::Storable_Read_Exception::Storable_Read_Exception ( Storable_Base::Storable_State  state,
const ACE_CString file_name 
)

Member Function Documentation

TAO::Storable_Base::Storable_State TAO::Storable_Read_Exception::get_state ( ) const

Member Data Documentation

TAO::Storable_Base::Storable_State TAO::Storable_Read_Exception::storable_state_
private

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