theKernel 10.0
Loading...
Searching...
No Matches
jvmkkernel.MkCallbackNotFoundError Class Reference

a reference to a object is NULL More...

+ Inheritance diagram for jvmkkernel.MkCallbackNotFoundError:
+ Collaboration diagram for jvmkkernel.MkCallbackNotFoundError:

Public Member Functions

 MkCallbackNotFoundError (Class<?> cls, Class<?> ifs, String cbS)
 

Detailed Description

a reference to a object is NULL

Definition at line 15 of file MkCallbackNotFoundError.java.

Constructor & Destructor Documentation

◆ MkCallbackNotFoundError()

jvmkkernel.MkCallbackNotFoundError.MkCallbackNotFoundError ( Class<?> cls,
Class<?> ifs,
String cbS )

Definition at line 16 of file MkCallbackNotFoundError.java.

16 {
17 super("unable to find callback '" + cbS + "' in '" + cls + "' provide '" + ifs + "'");
18 }

The documentation for this class was generated from the following file: