libdbg 1.2
|
The base type of exception thrown by dbg assertions (and other dbg library constraint checks) if the assertion_behaviour is set to assertions_throw. More...
#include <dbg.h>
Public Member Functions | |
dbg_exception (const source_pos &p) | |
Public Attributes | |
const source_pos | pos |
The base type of exception thrown by dbg assertions (and other dbg library constraint checks) if the assertion_behaviour is set to assertions_throw.
The exception keeps a record of the source position of the trigger for this exception.