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

Method isExceptionPresent

java/org/apache/coyote/Request.java:1049–1051  ·  view source on GitHub ↗

Check if an error exception is present. @return true if an exception is present

()

Source from the content-addressed store, hash-verified

1047 * @return {@code true} if an exception is present
1048 */
1049 public boolean isExceptionPresent() {
1050 return errorException != null;
1051 }
1052
1053
1054 // -------------------- debug --------------------

Callers 2

asyncDispatchMethod · 0.45
doFlushMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected