Search Results
OK to copy?
Examples 61 through 70 of
179 (0.0020 seconds)
Class:
org.apache.batik.test.TestErrorConditionException
©,
Rating:
0% of 0,
C1
Class: org.apache.batik.test.TestErrorConditionException ©, Rating: 0% of 0, C1
Class: javax.servlet.ServletException ©, Rating: 0% of 0, C1
Class: javax.servlet.ServletException ©, Rating: 0% of 0, C1
Class: javax.servlet.ServletException ©, Rating: 0% of 0, C1
Class: javax.servlet.ServletException ©, Rating: 0% of 0, C1
Class: org.apache.catalina.LifecycleException ©, Rating: 0% of 0, C1
Class: org.apache.axis.InternalException ©, Rating: 0% of 0, C1
Class: org.springframework.util.ObjectUtilsTests ©, Rating: 0% of 0, C2
Class: org.springframework.util.ObjectUtilsTests ©, Rating: 0% of 0, C2
076 * @param errorCode describes the error condition
077 */
078 public TestErrorConditionException(String errorCode){
079 this.errorCode = errorCode;
080 }
Class: org.apache.batik.test.TestErrorConditionException ©, Rating: 0% of 0, C1
Class: javax.servlet.ServletException ©, Rating: 0% of 0, C1
114
115 public ServletException(Throwable rootCause) {
116 super(rootCause.getLocalizedMessage());
117 this.rootCause = rootCause;
118 }
Class: javax.servlet.ServletException ©, Rating: 0% of 0, C1
085
086 public ServletException(String message, Throwable rootCause) {
087 super(message);
088 this.rootCause = rootCause;
089 }
Class: javax.servlet.ServletException ©, Rating: 0% of 0, C1
Class: javax.servlet.ServletException ©, Rating: 0% of 0, C1
Class: org.apache.catalina.LifecycleException ©, Rating: 0% of 0, C1
077 public LifecycleException(String message, Throwable throwable) {
078
079 super();
080 this.message = message;
081 this.throwable = throwable;
Class: org.apache.axis.InternalException ©, Rating: 0% of 0, C1
Class: org.springframework.util.ObjectUtilsTests ©, Rating: 0% of 0, C2
55 assertTrue(ObjectUtils.isCompatibleWithThrowsClause(new Exception(), exception));
56 assertFalse(ObjectUtils.isCompatibleWithThrowsClause(new Exception(), servletAndIO));
57 assertTrue(ObjectUtils.isCompatibleWithThrowsClause(new Exception(), throwable));
58
59 assertFalse(ObjectUtils.isCompatibleWithThrowsClause(new ServletException(), null));
Class: org.springframework.util.ObjectUtilsTests ©, Rating: 0% of 0, C2
54 assertFalse(ObjectUtils.isCompatibleWithThrowsClause(new Exception(), empty));
55 assertTrue(ObjectUtils.isCompatibleWithThrowsClause(new Exception(), exception));
56 assertFalse(ObjectUtils.isCompatibleWithThrowsClause(new Exception(), servletAndIO));
57 assertTrue(ObjectUtils.isCompatibleWithThrowsClause(new Exception(), throwable));
58