MCPcopy Index your code
hub / github.com/apache/tomcat / setErrorHandler

Method setErrorHandler

java/org/apache/tomcat/util/digester/Digester.java:613–615  ·  view source on GitHub ↗

Set the error handler for this Digester. @param errorHandler The new error handler

(ErrorHandler errorHandler)

Source from the content-addressed store, hash-verified

611 * @param errorHandler The new error handler
612 */
613 public void setErrorHandler(ErrorHandler errorHandler) {
614 this.errorHandler = errorHandler;
615 }
616
617
618 /**

Callers 15

doTestValidateVersionMethod · 0.95
doTestToXmlMethod · 0.95
testWebappMethod · 0.95
testWebapp_2_2Method · 0.95
testWebapp_2_3Method · 0.95
testWebapp_2_4Method · 0.95
testWebapp_2_5Method · 0.95
testWebapp_3_0Method · 0.95
testWebapp_3_1Method · 0.95
testWebapp_4_0Method · 0.95

Calls

no outgoing calls

Tested by 15

doTestValidateVersionMethod · 0.76
doTestToXmlMethod · 0.76
testWebappMethod · 0.76
testWebapp_2_2Method · 0.76
testWebapp_2_3Method · 0.76
testWebapp_2_4Method · 0.76
testWebapp_2_5Method · 0.76
testWebapp_3_0Method · 0.76
testWebapp_3_1Method · 0.76
testWebapp_4_0Method · 0.76