Class ExceptionUtils

java.lang.Object
dev.metaschema.core.util.ExceptionUtils

public final class ExceptionUtils extends Object
Provides a means for throwing important checked exceptions over non-checked methods, e.g. lambda invocations.

This capability should be used with care, and generally in limited circumstances.