Thrown when an assertion failed. More...

Public Member Functions | |
| AssertionFailedError (unsigned srcline, const char *srcfile, const String &message) | |
| Constructs an exception. | |
| virtual | ~AssertionFailedError () throw () |
| Destroy the exception. | |
Thrown when an assertion failed.
Definition at line 44 of file AssertionFailedError.h.
| mockpp::AssertionFailedError::AssertionFailedError | ( | unsigned | srcline, | |
| const char * | srcfile, | |||
| const String & | message | |||
| ) |
Constructs an exception.
| srcline | the line in the sourcefile | |
| srcfile | the name of the sourcefile | |
| message | a human readable description about the cause |
Definition at line 40 of file AssertionFailedError.cpp.
1.6.1