zipios::FCollException Class Reference

An FCollException is used to signal a problem with a FileCollection. More...

#include <fcollexceptions.h>

Public Member Functions

 FCollException () throw ()
 
 FCollException (const FCollException &src) throw ()
 
 FCollException (const string &msg) throw ()
 
FCollExceptionoperator= (const FCollException &src) throw ()
 
virtual const char * what () const throw ()
 
virtual ~FCollException () throw ()
 

Detailed Description

An FCollException is used to signal a problem with a FileCollection.

Constructor & Destructor Documentation

◆ FCollException() [1/3]

zipios::FCollException::FCollException ( )
throw (
)

◆ FCollException() [2/3]

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

◆ FCollException() [3/3]

zipios::FCollException::FCollException ( const FCollException src)
throw (
)

◆ ~FCollException()

zipios::FCollException::~FCollException ( )
throw (
)
virtual

Member Function Documentation

◆ operator=()

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

◆ what()

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

The documentation for this class was generated from the following files:
  • src/zipios++/fcollexceptions.h
  • src/zipios++/fcollexceptions.cpp