-
Interfaces Interface Description com.machinezoo.noexception.CloseableScope UseCloseableScope
from dedicated library instead.
-
Exceptions Exceptions Description com.machinezoo.noexception.WrappedException UseUndeclaredThrowableException
instead.
-
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.