You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**This version doesn't support anymore Java 8. [Please use an older version, for instance the version 1.2.0](https://github.com/powerunit/powerunit-extensions-exceptions/tree/powerunit-extensions-exceptions-1.2.0)**
5
+
**This version doesn't support anymore Java 9. [Please use an older version, for instance the version 2.2.0](https://github.com/powerunit/powerunit-extensions-exceptions/tree/powerunit-extensions-exceptions-2.2.0)**
6
6
7
7
8
8
This library provides support to wraps _checked exception_, to be used as target functional interface (which by default only support `RuntimeException`).
@@ -28,7 +28,7 @@ Add the following dependency to your maven project :
@@ -161,7 +161,7 @@ Also, some dedicated, _ready to used_, Exception Mapper are provided :
161
161
162
162
#### Define global ExceptionMapper
163
163
164
-
_Since version 2.2.0, it is possible to define a default exception mappers by using service loader._
164
+
It is possible to define a default exception mappers by using service loader.
165
165
166
166
By default, the exception are wrapped in a `WrappedException`. This behaviour may be change by implementing the required `ExceptionMapper` and register them as _service implementation_.
167
167
@@ -198,7 +198,7 @@ module XXX {
198
198
199
199
### CommonsCollections4Helper
200
200
201
-
_This helper is only available since version 2.2.0 and only if the commons-collections4 library is available_
201
+
_This helper is only available if the commons-collections4 library is available_
202
202
203
203
The class `CommonsCollections4Helper` provides several static methods to convert interface
204
204
from this library to the corresponding version in commons-collections4.
0 commit comments