|
bpp-core
2.1.0
|
The base class exception for NULL pointer error. More...
#include <Bpp/Exceptions.h>
Inheritance diagram for bpp::NullPointerException:
Collaboration diagram for bpp::NullPointerException:Public Member Functions | |
| NullPointerException (const char *text) | |
| Build a new NullPointerException. More... | |
| NullPointerException (const std::string &text) | |
| Build a new NullPointerException. More... | |
| virtual | ~NullPointerException () 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 NULL pointer error.
This exception may be thrown when an unexpected NULL pointer is found.
Definition at line 122 of file Exceptions.h.
|
inline |
Build a new NullPointerException.
| text | A message to be passed to the exception hierarchy. |
Definition at line 132 of file Exceptions.h.
|
inline |
Build a new NullPointerException.
| text | A message to be passed to the exception hierarchy. |
Definition at line 139 of file Exceptions.h.
|
inlinevirtual |
Definition at line 141 of file Exceptions.h.
|
inlineinherited |
Method to get the message of the exception (STL method redefinition).
Definition at line 86 of file Exceptions.h.
References bpp::Exception::message_.
|
protectedinherited |
Definition at line 60 of file Exceptions.h.
Referenced by bpp::Exception::what().