8990919293949596979899
try { url = new URI(this.projectReq.getPaymentUrl()); if (url.getHost() == null) throw new Exception(); } catch (Exception e) { throw new PaymentProtocolException("Invalid URL: " + this.projectReq.getPaymentUrl()); } } else { url = null; }