I keep getting this error: Exception in thread "main" java.lang.NullPointerException. I'm not sure what's wrong here..
String[][][][] fourDArray = new String[numOfModules+1][3][][];
String[] x = new String[1];
x[0] = splitArray[0];
fourDArray[0][0][0] = x;