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
Class: org.apache.batik.test.TestException ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.util.keystore.DefaultKeyStore ©, Rating: 0% of 0, C2
Class: org.apache.jmeter.util.keystore.DefaultKeyStore ©, Rating: 0% of 0, C2
Class: javax.servlet.jsp.JspException ©, Rating: 0% of 0, C1
Class: javax.servlet.jsp.JspException ©, Rating: 0% of 0, C1
Class: javax.servlet.jsp.JspException ©, Rating: 0% of 0, C1
Class: javax.servlet.jsp.JspException ©, Rating: 0% of 0, C1
Class: org.apache.batik.apps.rasterizer.SVGConverterException ©, Rating: 0% of 0, C1
Class: org.apache.batik.transcoder.TranscoderException ©, 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
Class: org.apache.jmeter.util.keystore.DefaultKeyStore ©, Rating: 0% of 0, C2
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
Class: javax.servlet.jsp.JspException ©, Rating: 0% of 0, C1
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 }