e.g. Calendar Search Help
You must enter a value before pressing Search
Search Results OK to copy? Examples 51 through 60 of 179 (0.0020 seconds)
Class: org.springframework.transaction.interceptor.RollbackRuleTests  ©, Rating: 0% of 0, C1

34 public void testFoundImmediatelyWithString() { 35 RollbackRuleAttribute rr = new RollbackRuleAttribute("java.lang.Exception"); 36 assertTrue(rr.getDepth(new Exception()) == 0); 37 } 38

Class: org.apache.batik.test.TestException  ©, Rating: 0% of 0, C1

077 public TestException(String errorCode, 078 Object[] errorParams, 079 Exception e){ 080 this.errorCode = errorCode; 081 this.errorParams = errorParams;

Class: org.apache.jmeter.util.keystore.DefaultKeyStore  ©, Rating: 0% of 0, C2

75 if (null == certChain) 76 { 77 throw new Exception("No certificate chain found"); 78 } 79

Class: org.apache.jmeter.util.keystore.DefaultKeyStore  ©, Rating: 0% of 0, C2

71 if (null == key) 72 { 73 throw new Exception("No key found"); 74 } 75 if (null == certChain)

Class: javax.servlet.jsp.JspException  ©, Rating: 0% of 0, C1

093 094 public JspException(Throwable rootCause) { 095 super(rootCause.getLocalizedMessage()); 096 this.rootCause = rootCause; 097 }

Class: javax.servlet.jsp.JspException  ©, Rating: 0% of 0, C1

067 068 public JspException(String message, Throwable rootCause) { 069 super(message); 070 this.rootCause = rootCause; 071 }

Class: javax.servlet.jsp.JspException  ©, Rating: 0% of 0, C1

045 */ 046 public JspException(String msg) { 047 super(msg); 048 } 049

Class: javax.servlet.jsp.JspException  ©, Rating: 0% of 0, C1

030 * Construct a JspException. 031 */ 032 public JspException() { 033 } 034

Class: org.apache.batik.apps.rasterizer.SVGConverterException  ©, Rating: 0% of 0, C1

084 public SVGConverterException(String errorCode, 085 Object[] errorInfo, 086 boolean isFatal){ 087 this.errorCode = errorCode; 088 this.errorInfo = errorInfo;

Class: org.apache.batik.transcoder.TranscoderException  ©, Rating: 0% of 0, C1

084 */ 085 public TranscoderException(String s, Exception ex) { 086 super(s); 087 this.ex = ex; 088 }

Result Page:  1  |  2  |  3  |  4  |  5  |  6  |  7  |  8  |  9  |  10   Next