-
Interfaces Interface Description com.machinezoo.noexception.CloseableScope UseCloseableScopefrom dedicated library instead.
-
Exceptions Exceptions Description com.machinezoo.noexception.WrappedException UseUndeclaredThrowableExceptioninstead.
-
Methods Method Description com.machinezoo.noexception.Exceptions.ignore() UseExceptions.propagate()instead.com.machinezoo.noexception.Exceptions.log() Use SLF4J extension instead.com.machinezoo.noexception.Exceptions.pass() UseExceptions.propagate()instead.