|
pion-net
4.0.9
|
#include <PionException.hpp>
Inherits pion::PionException.
Public Member Functions | |
| BadAssertException (const std::string &file, unsigned long line) | |
Public Member Functions inherited from pion::PionException | |
| PionException (const char *what_msg) | |
| PionException (const std::string &what_msg) | |
| PionException (const char *description, const std::string ¶m) | |
| PionException (std::string description, const std::string ¶m) | |
| virtual const char * | what () const throw () |
| returns a descriptive message for the exception | |
BadAssertException: exception thrown if an assertion (PION_ASSERT) fails
Definition at line 56 of file PionException.hpp.
1.8.11