Search Results
OK to copy?
Examples 31 through 40 of
163 (0.0020 seconds)
Class:
org.apache.batik.test.xml.XMLTestSuiteLoader
©,
Rating:
0% of 0,
C1
Class: org.apache.batik.test.xml.XMLTestSuiteLoader ©, Rating: 0% of 0, C1
Class: com.technoetic.xplanner.security.XPlannerLoginModule ©, Rating: 0% of 0, C1
jgoodies_looks Class: com.jgoodies.looks.demo.Settings ©, Rating: 0% of 0, C1
Class: org.apache.tomcat.util.buf.C2BConverter ©, Rating: 0% of 0, C1
Class: org.apache.axis.components.net.SunJSSESocketFactory ©, Rating: 0% of 0, C1
Class: org.apache.batik.test.svg.SVGRenderingAccuracyTest ©, Rating: 0% of 0, C1
Class: org.apache.batik.util.RunnableQueueTest ©, Rating: 0% of 0, C1
Class: org.apache.batik.gvt.TextSelectionTest ©, Rating: 0% of 0, C1
Class: org.apache.batik.extension.svg.MultiResGraphicsNode ©, Rating: 0% of 0, C1
194 StringWriter sw = new StringWriter();
195 PrintWriter pw = new PrintWriter(sw);
196 e.printStackTrace(pw);
197 throw new TestException(CANNOT_CREATE_TEST,
198 new Object[] { element.getAttribute(XR_CLASS_ATTRIBUTE),
Class: org.apache.batik.test.xml.XMLTestSuiteLoader ©, Rating: 0% of 0, C1
125 StringWriter sw = new StringWriter();
126 PrintWriter pw = new PrintWriter(sw);
127 e.printStackTrace(pw);
128 throw new TestException(TEST_SUITE_LOADING_EXCEPTION,
129 new Object[] { testSuiteURI,
Class: com.technoetic.xplanner.security.XPlannerLoginModule ©, Rating: 0% of 0, C1
162 System.out.println(new XPlannerLoginModule(new HashMap()).encodePassword(password, null));
163 } catch (Exception e) {
164 e.printStackTrace();
165 }
166 }
jgoodies_looks Class: com.jgoodies.looks.demo.Settings ©, Rating: 0% of 0, C1
183 } catch (Exception e) {
184 System.out.println("Can't instantiate " + selectedLookAndFeelClassName);
185 e.printStackTrace();
186 }
187 }
Class: org.apache.tomcat.util.buf.C2BConverter ©, Rating: 0% of 0, C1
Class: org.apache.axis.components.net.SunJSSESocketFactory ©, Rating: 0% of 0, C1
245 throw ioe;
246 } catch (Exception ex) {
247 ex.printStackTrace();
248 throw new IOException("Exception trying to load keystore "
249 + keystoreFile + ": " + ex.getMessage());
Class: org.apache.batik.test.svg.SVGRenderingAccuracyTest ©, Rating: 0% of 0, C1
184 }catch(Exception e){
185 StringWriter trace = new StringWriter();
186 e.printStackTrace(new PrintWriter(trace));
187
188 report.setErrorCode(ERROR_CANNOT_TRANSCODE_SVG);
Class: org.apache.batik.util.RunnableQueueTest ©, Rating: 0% of 0, C1
Class: org.apache.batik.gvt.TextSelectionTest ©, Rating: 0% of 0, C1
237 } catch(Exception e) {
238 StringWriter trace = new StringWriter();
239 e.printStackTrace(new PrintWriter(trace));
240 report.setErrorCode(ERROR_GETTING_SELECTION);
241 report.setDescription(new TestReport.Entry[] {
Class: org.apache.batik.extension.svg.MultiResGraphicsNode ©, Rating: 0% of 0, C1
259 srcs[idx] = new SoftReference(gn);
260 return gn;
261 } catch (Exception ex) { ex.printStackTrace(); }
262
263 return null;