Module de.chojo.sadu.core
Package de.chojo.sadu.core.exceptions
package de.chojo.sadu.core.exceptions
Base for handling exceptions in functional interfaces
-
ClassDescriptionUtilities for database exception handling.ThrowingBiConsumer<T,
U, E extends Exception> Represents an operation that accepts a single input argument and returns no result.ThrowingBiFunction<T,U, R, E extends Exception> Represents a function which can throw an exception.ThrowingConsumer<T,E extends Exception> Represents an operation that accepts a single input argument and returns no result.ThrowingFunction<R,T, E extends Exception> Represents a function which can throw an exception.