MCPcopy Create free account
hub / github.com/apache/tomcat / getErrorException

Method getErrorException

java/org/apache/coyote/Request.java:1039–1041  ·  view source on GitHub ↗

Get the Exception that occurred during the writing of the response. @return The exception that occurred

()

Source from the content-addressed store, hash-verified

1037 * @return The exception that occurred
1038 */
1039 public Exception getErrorException() {
1040 return errorException;
1041 }
1042
1043
1044 /**

Callers 2

asyncDispatchMethod · 0.45
doFlushMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected