Return the number of throwables currently wrapped by this instance. @return The number of throwables currently wrapped by this instance
()
| 86 | * @return The number of throwables currently wrapped by this instance |
| 87 | */ |
| 88 | public int size() { |
| 89 | return throwables.size(); |
| 90 | } |
| 91 | |
| 92 | |
| 93 | /** |
no outgoing calls
no test coverage detected