246247248249250251252253254
catch ( InstantiationException ie ) { throw new IOException( I18n.err( I18n.ERR_602, encodable ) ); } Decoder decoder = factory.getDecoder(); return decoder.decode( plainText ); }
245246247248249250251252253
catch ( InstantiationException ie ) { throw new IOException( "Error instantiating decoder for " + encodable ); } Decoder decoder = factory.getDecoder(); return decoder.decode( plainText ); }