"Speedo Meta Object Sequence " + o + " loaded");
} else if (o instanceof SpeedoIndex) {
//SpeedoIndex si = (SpeedoIndex) o;
//TODO handle speedo index
} else
throw new SpeedoRuntimeException("Umanaged Jorm/Speedo Meta Object " + o);
}
if (m.getClass(className) == null) {
throw new SpeedoRuntimeException(
"Internal ERROR: No meta information found about the persistent class '"
+ className + "' in the file '" + fn + "'.");
}
}
}