Package org.hibernate.internal.util
Class ExceptionHelper
- java.lang.Object
-
- org.hibernate.internal.util.ExceptionHelper
-
public final class ExceptionHelper extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
doThrow(Throwable e)
Throws the given throwable even if it is a checked exception.
-
-
-
Method Detail
-
doThrow
public static void doThrow(Throwable e)
Throws the given throwable even if it is a checked exception.- Parameters:
e
- The throwable to throw.
-
-