linkedfactory / linkedfactory-pod

The reference implementation of the LinkedFactory APIs.
Apache License 2.0
0 stars 2 forks source link

Kvin interface methods should throw exceptions #3

Open kenwenzel opened 1 year ago

kenwenzel commented 1 year ago

None of the Kvin interface methods currently declares exceptions. At least IOException or a more specific KvinException should be thrown by these methods.