libpniio
Public Member Functions | Friends
pni::io::object_error Class Reference

general error on IO objects More...

#include <exceptions.hpp>

Inheritance diagram for pni::io::object_error:
Inheritance graph
[legend]
Collaboration diagram for pni::io::object_error:
Collaboration graph
[legend]

Public Member Functions

 object_error ()
 default constructor More...
 
 object_error (const pni::core::exception_record &i, const pni::core::string &d)
 constructor More...
 
 ~object_error () throw ()
 destructor More...
 

Friends

std::ostream & operator<< (std::ostream &o, const object_error &e)
 output operator More...
 

Detailed Description

Used for general errors on IO objects. This includes the failure to create or close an object.

Constructor & Destructor Documentation

pni::io::object_error::object_error ( )
explicit
pni::io::object_error::object_error ( const pni::core::exception_record &  i,
const pni::core::string &  d 
)
explicit
pni::io::object_error::~object_error ( )
throw (
)

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
const object_error e 
)
friend

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