LeftHookRoll
An HTTP/1.0 compliant web server, as specified by RFC1945
Loading...
Searching...
No Matches
FatalException Class Reference

#include <FatalExceptions.hpp>

Inheritance diagram for FatalException:
Collaboration diagram for FatalException:

Public Member Functions

 FatalException (const std::string &msg)
 
 FatalException (const FatalException &other)
 
FatalExceptionoperator= (const FatalException &other)
 
virtual ~FatalException () throw ()
 
virtual const char * what () const throw ()
 

Private Attributes

std::string _msg
 

Detailed Description

Definition at line 10 of file FatalExceptions.hpp.

Constructor & Destructor Documentation

◆ FatalException() [1/2]

FatalException::FatalException ( const std::string &  msg)

Definition at line 3 of file FatalExceptions.cpp.

◆ FatalException() [2/2]

FatalException::FatalException ( const FatalException other)

Definition at line 5 of file FatalExceptions.cpp.

◆ ~FatalException()

FatalException::~FatalException ( )
throw (
)
virtual

Definition at line 14 of file FatalExceptions.cpp.

Member Function Documentation

◆ operator=()

FatalException & FatalException::operator= ( const FatalException other)

Definition at line 7 of file FatalExceptions.cpp.

◆ what()

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

Definition at line 16 of file FatalExceptions.cpp.

Member Data Documentation

◆ _msg

std::string FatalException::_msg
private

Definition at line 21 of file FatalExceptions.hpp.


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