MxSDK
exceptions.
More...
#include <mxmException.h>
Inheritance diagram for mxmException:
Public Member Functions | |
mxmException (const mxmString &initial_message, const mxmObject *throwing_object=0) | |
void | addMessage (const mxmString &message, const mxmObject *adding_object=0) |
Via this method a catching context can add its context information before rethrowing the exception upwards, thus building an exception-stack unwind log. | |
mxmStringList | messages () const |
Retrieves the messages stored in the exception. | |
Private Attributes | |
mxmStringList | Messages |
void * | StableABIDataExtension |
MxSDK
exceptions.
Remember that as runtime platform for camera services, modularMX
(mxm
) does not use exceptions.
[khe]
Kai Hergenroether