Search Results
OK to copy?
Examples 41 through 50 of
179 (0.0020 seconds)
Class:
org.apache.jorphan.util.JMeterException
©,
Rating:
0% of 0,
C1
Class: org.apache.jorphan.util.JMeterException ©, Rating: 0% of 0, C1
Class: org.apache.jorphan.util.JMeterException ©, Rating: 0% of 0, C1
Class: org.apache.tools.ant.taskdefs.ManifestException ©, Rating: 0% of 0, C1
Class: javax.servlet.jsp.el.ELException ©, Rating: 0% of 0, C1
Class: javax.servlet.jsp.el.ELException ©, Rating: 0% of 0, C1
Class: javax.servlet.jsp.el.ELException ©, Rating: 0% of 0, C1
Class: javax.servlet.jsp.el.ELException ©, Rating: 0% of 0, C1
Class: org.apache.tools.ant.launch.LaunchException ©, Rating: 0% of 0, C1
Class: org.springframework.transaction.interceptor.RollbackRuleTests ©, Rating: 0% of 0, C1
49 */
50 public JMeterException(Throwable cause)
51 {
52 //JDK1.4: super(cause);
53 savedCause = cause;
Class: org.apache.jorphan.util.JMeterException ©, Rating: 0% of 0, C1
42 public JMeterException(String s)
43 {
44 super(s);
45 // TODO Auto-generated constructor stub
46 }
Class: org.apache.jorphan.util.JMeterException ©, Rating: 0% of 0, C1
Class: org.apache.tools.ant.taskdefs.ManifestException ©, Rating: 0% of 0, C1
Class: javax.servlet.jsp.el.ELException ©, Rating: 0% of 0, C1
Class: javax.servlet.jsp.el.ELException ©, Rating: 0% of 0, C1
61 public ELException (Throwable pRootCause)
62 {
63 super( pRootCause.getLocalizedMessage() );
64 mRootCause = pRootCause;
65 }
Class: javax.servlet.jsp.el.ELException ©, Rating: 0% of 0, C1
Class: javax.servlet.jsp.el.ELException ©, Rating: 0% of 0, C1
Class: org.apache.tools.ant.launch.LaunchException ©, Rating: 0% of 0, C1
Class: org.springframework.transaction.interceptor.RollbackRuleTests ©, Rating: 0% of 0, C1
39 public void testFoundImmediatelyWithClass() {
40 RollbackRuleAttribute rr = new RollbackRuleAttribute(Exception.class);
41 assertTrue(rr.getDepth(new Exception()) == 0);
42 }
43