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

Method add

java/org/apache/tomcat/util/MultiThrowable.java:51–53  ·  view source on GitHub ↗

Add a throwable to the list of wrapped throwables. @param t The throwable to add

(Throwable t)

Source from the content-addressed store, hash-verified

49 * @param t The throwable to add
50 */
51 public void add(Throwable t) {
52 throwables.add(t);
53 }
54
55
56 /**

Callers 1

startInternalMethod · 0.95

Calls 1

addMethod · 0.65

Tested by

no test coverage detected