peter-lawrey / TransFIX

Faster FIX engine.
http://chronicle.software/products/transfix/
GNU Lesser General Public License v3.0
87 stars 49 forks source link

Declare checked exceptions, so that method compiles. #22

Closed donald-w closed 8 years ago

donald-w commented 9 years ago

Fairly sure these Checked Exceptions need to be declared. mvn clean install fails otherwise.

donald-w commented 8 years ago

No longer relevant, since the exceptions are now wrapped in a RuntimeException