zipios::IOException Class Reference

An IOException is used to signal an I/O error. More...

#include <fcollexceptions.h>

Public Member Functions

 IOException () throw ()
 
 IOException (const IOException &src) throw ()
 
 IOException (const string &msg) throw ()
 
IOExceptionoperator= (const IOException &src) throw ()
 
virtual const char * what () const throw ()
 
virtual ~IOException () throw ()
 

Detailed Description

An IOException is used to signal an I/O error.

Constructor & Destructor Documentation

◆ IOException() [1/3]

zipios::IOException::IOException ( )
throw (
)

◆ IOException() [2/3]

zipios::IOException::IOException ( const string &  msg)
throw (
)
explicit

◆ IOException() [3/3]

zipios::IOException::IOException ( const IOException src)
throw (
)

◆ ~IOException()

zipios::IOException::~IOException ( )
throw (
)
virtual

Member Function Documentation

◆ operator=()

IOException & zipios::IOException::operator= ( const IOException src)
throw (
)

◆ what()

const char * zipios::IOException::what ( ) const
throw (
)
virtual

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