577578579580581582583584
if (aConstructor==null) aConstructor=aClasse.getSuperclass().getConstructor(aTypes); return aConstructor.newInstance(aArgs); } catch (Exception e) { throw new UnknownObjectClassException(aNomClasse); } }
574575576577578579580581