theKernel 10.0
Loading...
Searching...
No Matches
MkExceptionC_CS_API

MkExceptionC - The default-exception of the Programming-Language-Micro-Kernel (PLMK)More...

+ Collaboration diagram for MkExceptionC_CS_API:

Classes

class  csmkkernel.MkExceptionC
 C-API: MkExceptionC_C_API - MkExceptionC - The default-exception of the Programming-Language-Micro-Kernel (PLMK)More...
 
class  csmkkernel.MkSignatureExceptionC
 
class  csmkkernel.MkConstructorNullExceptionC
 
class  csmkkernel.MkReferenceNullExceptionC
 
class  csmkkernel.MkInitError
 
class  csmkkernel.MkInitSoftError
 
class  csmkkernel.MkCallbackNotFoundError
 

Detailed Description

MkExceptionC - The default-exception of the Programming-Language-Micro-Kernel (PLMK)

The Programming-Language-Micro-Kernel (PLMK) provide with MkErrorC a complete error-handling with focus to support the "C" Programming-Language. The support include catch, raise, signal and attributes. In addition every Target-Programming-Language (TPL) add their own error-handling and the purpose of MkExceptionC is to integrate the MkErrorC into the Target-Programming-Language (TPL).

The default-exception MkExceptionC is used to connect the MkErrorC with the Target-Programming-Language (TPL) error-object.

The implementation of an exception depends heavily on the Target-Programming-Language (TPL), starting with no exception at all, for example. C, an exception as a class object, or as an exception as a global attribute.

Attention