MkExceptionC - The default-exception of the Programming-Language-Micro-Kernel (PLMK) … More...
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... | |
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.