theKernel
10.0
NHI1
-
theKernel
-
theLink
-
theConfig
-
theSq3Lite
-
theCompiler
-
theBrain
-
theGuard
-
theLib
-
theATL
c
-
tcl
-
atl
-
cs
-
py
-
rb
-
jv
-
cc
Loading...
Searching...
No Matches
MkCallbackNotFoundError.java
Go to the documentation of this file.
1
9
/* LABEL-NO */
10
package
jvmkkernel;
11
14
@SuppressWarnings(
"serial"
)
15
public class
MkCallbackNotFoundError
extends RuntimeException {
16
public
MkCallbackNotFoundError
(Class<?> cls, Class<?> ifs, String cbS) {
17
super(
"unable to find callback '"
+ cbS +
"' in '"
+ cls +
"' provide '"
+ ifs +
"'"
);
18
}
19
}
20
jvmkkernel.MkCallbackNotFoundError
a reference to a object is NULL
Definition
MkCallbackNotFoundError.java:15
jvmkkernel.MkCallbackNotFoundError.MkCallbackNotFoundError
MkCallbackNotFoundError(Class<?> cls, Class<?> ifs, String cbS)
Definition
MkCallbackNotFoundError.java:16
Generated on Thu May 29 2025 13:13:25 for theKernel by
1.12.0