Class Throwables

java.lang.Object
com.landawn.abacus.util.Throwables
Type Parameters:
T -

public final class Throwables extends Object
Catch checked exception and convert it to RuntimeException.
Author:
Haiyang Li