bpp-core  2.2.0
bpp::IOException Class Reference

The base class exception for IO error. More...

#include <Bpp/Exceptions.h>

+ Inheritance diagram for bpp::IOException:
+ Collaboration diagram for bpp::IOException:

Public Member Functions

 IOException (const char *text)
 Build a new IOException. More...
 
 IOException (const std::string &text)
 Build a new IOException. More...
 
virtual ~IOException () throw ()
 
const char * what () const throw ()
 Method to get the message of the exception (STL method redefinition). More...
 

Protected Attributes

std::string message_
 

Detailed Description

The base class exception for IO error.

Definition at line 94 of file Exceptions.h.

Constructor & Destructor Documentation

◆ IOException() [1/2]

bpp::IOException::IOException ( const char *  text)
inline

Build a new IOException.

Parameters
textA message to be passed to the exception hierarchy.

Definition at line 104 of file Exceptions.h.

◆ IOException() [2/2]

bpp::IOException::IOException ( const std::string &  text)
inline

Build a new IOException.

Parameters
textA message to be passed to the exception hierarchy.

Definition at line 111 of file Exceptions.h.

◆ ~IOException()

virtual bpp::IOException::~IOException ( )
throw (
)
inlinevirtual

Definition at line 113 of file Exceptions.h.

Member Function Documentation

◆ what()

const char* bpp::Exception::what ( ) const
throw (
)
inlineinherited

Method to get the message of the exception (STL method redefinition).

Returns
The message passed to the exception hierarchy.

Definition at line 87 of file Exceptions.h.

References bpp::Exception::message_.

Member Data Documentation

◆ message_

std::string bpp::Exception::message_
protectedinherited

Definition at line 61 of file Exceptions.h.

Referenced by bpp::Exception::what().


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