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