theKernel 10.0 NHI1 - theKernel - theLink - theConfig - theSq3Lite - theCompiler - theBrain - theGuard - theLib
c - tcl - atl - cs - py - rb - jv - cc
Loading...
Searching...
No Matches
MkExceptionC_JV_API

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

+ Collaboration diagram for MkExceptionC_JV_API:

Classes

class  jvmkkernel.MkCallbackNotFoundError
 a reference to a object is NULL More...
 
class  jvmkkernel.MkExceptionC
 exception object More...
 
class  jvmkkernel.MkInitError
 constructuor return null pointer More...
 
class  jvmkkernel.MkInitSoftError
 soft constructuor return null pointer More...
 
class  jvmkkernel.MkNullPointerExceptionC
 a LibMsgque object get a NULL pointer from java More...
 
class  jvmkkernel.MkReferenceNullExceptionC
 a reference to a object is NULL More...
 

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