Ktt-Development / simplehttpserver

SimpleHttpServer :: Simplified implementation of the sun http server :: Simplified handlers to execute complex operations

Home Page:https://github.com/Ktt-Development/simplehttpserver/tree/main/docs

Repository from Github https://github.comKtt-Development/simplehttpserverRepository from Github https://github.comKtt-Development/simplehttpserver

HttpHandlers don't throw exceptions

Katsute opened this issue · 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.