| bpp-core
    2.2.0
    | 
The base class exception for zero division error. More...
#include <Bpp/Exceptions.h>
 Inheritance diagram for bpp::ZeroDivisionException:
 Inheritance diagram for bpp::ZeroDivisionException: Collaboration diagram for bpp::ZeroDivisionException:
 Collaboration diagram for bpp::ZeroDivisionException:| Public Member Functions | |
| ZeroDivisionException (const char *text) | |
| Build a new ZeroDivisionException.  More... | |
| ZeroDivisionException (const std::string &text) | |
| Build a new ZeroDivisionException.  More... | |
| virtual | ~ZeroDivisionException () throw () | 
| const char * | what () const throw () | 
| Method to get the message of the exception (STL method redefinition).  More... | |
| Protected Attributes | |
| std::string | message_ | 
The base class exception for zero division error.
Definition at line 149 of file Exceptions.h.
| 
 | inline | 
Build a new ZeroDivisionException.
| text | A message to be passed to the exception hierarchy. | 
Definition at line 159 of file Exceptions.h.
| 
 | inline | 
Build a new ZeroDivisionException.
| text | A message to be passed to the exception hierarchy. | 
Definition at line 166 of file Exceptions.h.
| 
 | inlinevirtual | |||||||||||||
Definition at line 168 of file Exceptions.h.
| 
 | inlineinherited | |||||||||||||
Method to get the message of the exception (STL method redefinition).
Definition at line 87 of file Exceptions.h.
References bpp::Exception::message_.
| 
 | protectedinherited | 
Definition at line 61 of file Exceptions.h.
Referenced by bpp::Exception::what().