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