(exceptionHandlers: StringAdd).self
(exceptionHandlers: StringFormat).self
(exceptionHandlers: ArrowAssoc[ExceptionHandlers]).x
(Since version 2.10.0) Use leftOfArrow instead
(exceptionHandlers: Ensuring[ExceptionHandlers]).x
(Since version 2.10.0) Use resultOfEnsuring instead
Exception handlers are pieces of code that
handleexceptions on the covered basic blocks. Since Scala's exception handling uses pattern matching instead of just class names to identify handlers, all our handlers will catchThrowableand rely on proper ordering in the generated code to preserve nesting.