theKernel 10.0
Loading...
Searching...
No Matches
MkNullPointerExceptionC.java
Go to the documentation of this file.
1
9/* LABEL-NO */
10package jvmkkernel;
11
14@SuppressWarnings("serial")
15public class MkNullPointerExceptionC extends RuntimeException {
16 public MkNullPointerExceptionC(String what) {
17 super("'" + what + "' hdl is NULL");
18 }
19}
20
a LibMsgque object get a NULL pointer from java