Search Results
OK to copy?
Examples 1 through 10 of
132 (0.242 seconds)
Class:
org.apache.jmeter.protocol.http.util.WSDLException
©,
Rating:
0% of 0,
C1
Class: org.springframework.core.CollectionFactoryTests ©, Rating: 0% of 0, C1
Class: org.springframework.core.CollectionFactoryTests ©, Rating: 0% of 0, C1
Class: com.technoetic.xplanner.tags.AuthenticatedUserTag ©, Rating: 0% of 0, C2
Class: com.technoetic.xplanner.charts.PieChartQuery ©, Rating: 0% of 0, C1
Class: com.technoetic.xplanner.wiki.DomainObjectSchemeHandler ©, Rating: 0% of 0, C1
Class: org.w3c.css.sac.CSSException ©, Rating: 0% of 0, C1
Class: javax.xml.soap.SOAPConnectionFactory ©, Rating: 0% of 0, C1
Class: org.apache.batik.transcoder.TranscoderException ©, Rating: 100% of 1, C1
Class: org.apache.batik.transcoder.TranscoderException ©, Rating: 100% of 1, C1
Class: org.springframework.core.CollectionFactoryTests ©, Rating: 0% of 0, C1
47 Map m = CollectionFactory.createIdentityMapIfPossible(0);
48 } catch (Exception e) {
49 fail(e.getMessage());
50 }
51 }
Class: org.springframework.core.CollectionFactoryTests ©, Rating: 0% of 0, C1
39 Map m = CollectionFactory.createLinkedMapIfPossible(0);
40 } catch (Exception e) {
41 fail(e.getMessage());
42 }
43 }
Class: com.technoetic.xplanner.tags.AuthenticatedUserTag ©, Rating: 0% of 0, C2
29 } catch (Exception ex) {
30 pageContext.getServletContext().log("error getting authenticated user", ex);
31 throw new JspException(ex.getMessage());
32 }
33 }
Class: com.technoetic.xplanner.charts.PieChartQuery ©, Rating: 0% of 0, C1
23 results = session.find(query);
24 } catch (Exception e) {
25 throw new DatasetProduceException(e.getMessage());
26 }
27 DefaultPieDataset data = new DefaultPieDataset();
Class: com.technoetic.xplanner.wiki.DomainObjectSchemeHandler ©, Rating: 0% of 0, C1
47 (action != null ? action : scheme)+"?oid="+location+"'>" + linkText + "</a>";
48 } catch (Exception e) {
49 return "["+scheme+": "+e.getMessage()+"]";
50 }
51 }
Class: org.w3c.css.sac.CSSException ©, Rating: 0% of 0, C1
Class: javax.xml.soap.SOAPConnectionFactory ©, Rating: 0% of 0, C1
77 DEFAULT_SOAP_CONNECTION_FACTORY);
78 } catch (Exception exception) {
79 throw new SOAPException("Unable to create SOAP connection factory: "
80 + exception.getMessage());
81 }
Class: org.apache.batik.transcoder.TranscoderException ©, Rating: 100% of 1, C1
097 if (ex != null) {
098 msg += "\nEnclosed Exception:\n";
099 msg += ex.getMessage();
100 }
101 return msg;
Class: org.apache.batik.transcoder.TranscoderException ©, Rating: 100% of 1, C1
094 */
095 public String getMessage() {
096 String msg = super.getMessage();
097 if (ex != null) {
098 msg += "\nEnclosed Exception:\n";