This should never return a type that's not a subtype of Throwable.
()
| 193 | /** This should never return a type that's not a subtype of Throwable. */ |
| 194 | |
| 195 | abstract Type[] getGenericExceptionTypes(); |
| 196 | |
| 197 | abstract Annotation[][] getParameterAnnotations(); |
| 198 |
no outgoing calls
no test coverage detected