Ktt-Development/simplehttpserver

HttpHandlers don't throw exceptions

Katsute opened this issue · 3 comments

Exceptions are suppressed in the server handle method. Need to figure out a way to convert to all exceptions to a runtime exception.

Throwing as an UncheckedIOException removes throws tag.
UncheckedIOException

Should be replaced with runtime exception.