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.
Since:
0.8
Author:
Haiyang Li