zipios::Exception Class Reference

Basic exception. More...

#include <fcollexceptions.h>

Public Member Functions

 Exception () throw ()
 
 Exception (const Exception &src) throw ()
 
 Exception (const string &msg) throw ()
 
Exceptionoperator= (const Exception &src) throw ()
 
virtual const char * what () const throw ()
 
virtual ~Exception () throw ()
 

Detailed Description

Basic exception.

Constructor & Destructor Documentation

◆ Exception() [1/3]

Exception::Exception ( )
throw (
)

◆ Exception() [2/3]

Exception::Exception ( const string &  msg)
throw (
)
explicit

◆ Exception() [3/3]

Exception::Exception ( const Exception src)
throw (
)

◆ ~Exception()

Exception::~Exception ( )
throw (
)
virtual

Member Function Documentation

◆ operator=()

Exception & Exception::operator= ( const Exception src)
throw (
)

◆ what()

const char * Exception::what ( ) const
throw (
)
virtual

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