Search Results
OK to copy?
Examples 51 through 60 of
163 (0.0020 seconds)
Class:
org.apache.batik.swing.svg.SVGUserAgentAdapter
©,
Rating:
0% of 0,
C1
Class: org.apache.batik.test.svg.SelfContainedSVGOnLoadTest ©, Rating: 0% of 0, C2
Class: org.apache.jorphan.test.AllTests ©, Rating: 0% of 0, C1
Class: org.apache.tomcat.util.net.jsse.JSSESocketFactory ©, Rating: 0% of 0, C1
Class: org.apache.catalina.manager.StatusManagerServlet ©, Rating: 0% of 0, C2
Class: org.apache.batik.util.Base64Test ©, Rating: 0% of 0, C2
Class: org.apache.batik.util.Base64Test ©, Rating: 0% of 0, C2
Class: org.apache.batik.test.AbstractTest ©, Rating: 0% of 0, C1
Class: org.apache.batik.test.AbstractTest ©, Rating: 0% of 0, C1
Class: org.apache.batik.test.AbstractTest ©, Rating: 0% of 0, C1
Class: org.apache.batik.test.svg.SelfContainedSVGOnLoadTest ©, Rating: 0% of 0, C2
287 return report;
288 } catch(Exception e){
289 e.printStackTrace();
290 report.setErrorCode(ERROR_WHILE_PROCESSING_SVG_DOCUMENT);
291 report.addDescriptionEntry(ENTRY_KEY_ERROR_DESCRIPTION,
Class: org.apache.jorphan.test.AllTests ©, Rating: 0% of 0, C1
Class: org.apache.tomcat.util.net.jsse.JSSESocketFactory ©, Rating: 0% of 0, C1
286 throw ioe;
287 } catch(Exception ex) {
288 ex.printStackTrace();
289 throw new IOException("Exception trying to load keystore " +
290 path + ": " + ex.getMessage() );
Class: org.apache.catalina.manager.StatusManagerServlet ©, Rating: 0% of 0, C2
Class: org.apache.batik.util.Base64Test ©, Rating: 0% of 0, C2
189 } catch(Exception e) {
190 StringWriter trace = new StringWriter();
191 e.printStackTrace(new PrintWriter(trace));
192 report.setErrorCode(ERROR_CANNOT_READ_REF_URL);
193 report.setDescription(new TestReport.Entry[] {
Class: org.apache.batik.util.Base64Test ©, Rating: 0% of 0, C2
154 } catch(Exception e) {
155 StringWriter trace = new StringWriter();
156 e.printStackTrace(new PrintWriter(trace));
157 report.setErrorCode(ERROR_CANNOT_READ_IN_URL);
158 report.setDescription(new TestReport.Entry[] {
Class: org.apache.batik.test.AbstractTest ©, Rating: 0% of 0, C1
372
373 StringWriter trace = new StringWriter();
374 e.printStackTrace(new PrintWriter(trace));
375 report.setErrorCode(errorCode);
376
Class: org.apache.batik.test.AbstractTest ©, Rating: 0% of 0, C1
246 // was created up-front, this ensures we can return
247 // the report, even though it may be incomplete.
248 e.printStackTrace();
249 System.out.println("SERIOUS ERROR");
250 return report;
Class: org.apache.batik.test.AbstractTest ©, Rating: 0% of 0, C1
246 // was created up-front, this ensures we can return
247 // the report, even though it may be incomplete.
248 e.printStackTrace();
249 System.out.println("SERIOUS ERROR");
250 return report;