| Conditions | 2 |
| Total Lines | 5 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | package com.hltech.pact.gen.domain.client.annotation; |
||
| 22 | public List<AnnotatedMethodHandler> createAll() { |
||
| 23 | try { |
||
| 24 | return handlersFactory.createHandlers(findClasses()); |
||
| 25 | } catch (IllegalAccessException | InstantiationException exception) { |
||
| 26 | throw new MappingMethodCreationException("Cannot create mapping handler", exception); |
||
| 27 | } |
||
| 34 |