NoException extensions
Anyone can implement custom exception handlers using core NoException API. It is however more convenient to use predefined handlers from extension libraries listed below. Extensions libraries are ideal for compatibility with third party APIs.
SLF4J
Exception handlers that log all exceptions to SLF4J loggers.
More: tutorial, javadoc, sources
Your extension
Did you write a NoException extension that other people might find useful? Pitch it to me via email robert.vazan@tutanota.com to get it listed here. Consider opensourcing your custom handlers if they are reusable.