144145146147148149150151152
{ this.decoder = decoderClass.newInstance(); } catch (InstantiationException | IllegalAccessException e) { throw new InitException("Unable to create decoder: " + decoderClass.getName(),e); } } }