Simutrace 3.2.2
Simulation Tracing Framework
ExceptionInformation Struct Reference

Extended exception information. More...

#include <SimuTraceTypes.h>

Data Fields

ExceptionClass type
 Class of the exception.
 
ExceptionSite site
 Site, where the exception occurred.
 
int code
 Error code. For platform exceptions this is the system error code.
 
uint32_t reserved
 Reserved. Set to 0.
 
const char * message
 Error message, describing the exception.
 

Detailed Description

Contains extended information on exceptions. The information can be retrieved by calling StGetLastError().

Since
3.0
See also
StGetLastError()

The documentation for this struct was generated from the following file:
Karlsruhe Institute of Technology (KIT)
Operating Systems Group

http://simutrace.org
Generated by doxygen 1.8.10
Marc Rittinghaus