e.g. Calendar Search Help
You must enter a value before pressing Search
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

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

070 * Default constructor 071 */ 072 protected TestErrorConditionException(){ 073 } 074

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

060 061 public ServletException(String message) { 062 super(message); 063 } 064

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

041 042 public ServletException() { 043 super(); 044 } 045

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

101 */ 102 public InternalException(String message) { 103 this(new Exception(message)); 104 } 105

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

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