Public include file for BpsException class. More...
Go to the source code of this file.
Classes | |
| class | BpsException |
| BPS error exception class. More... | |
Defines | |
| #define | bpsMakeException(msg) BpsException(__FILE__, __LINE__, bStr(__FUNCTION__), msg) |
| Convenience macro to create a BpsException. | |
| #define | bpsTraceException(exc) exc.addLocation(__FILE__, __LINE__, bStr(__FUNCTION__)) |
| Convenience macro to add a location to the traceback stack. | |
Public include file for BpsException class.
| #define bpsMakeException | ( | msg | ) | BpsException(__FILE__, __LINE__, bStr(__FUNCTION__), msg) |
Convenience macro to create a BpsException.
| #define bpsTraceException | ( | exc | ) | exc.addLocation(__FILE__, __LINE__, bStr(__FUNCTION__)) |
Convenience macro to add a location to the traceback stack.