If the provided object array is invalid, throw a descriptive error message.
Equal to crashIfBad("xbn.array.AOOValid", "a_object", a_object)
crashIfBad("xbn.array.AOOValid", "a_object", a_object)
659660661662663664665666667668669
private int iArrIdx = -1; private File[] aFile = null; public FThenDArray(File[] a_file) { AOOValid aoov = new AOOValid(new AOOVCAll()); aoov.crashIfBad("DirFile.FThenDArray.constructor", "a_file", a_file); aFile = a_file; //Initialize internal variables bMoreFilesToGet = true;