Class ExceptionUtil
- java.lang.Object
-
- org.apache.batchee.container.util.ExceptionUtil
-
public class ExceptionUtil extends Object
This class is taken from Apache OpenWebBeans. It instantly re-throws any Exception as if it would be a RuntimeException
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RuntimeException
throwAsRuntimeException(Throwable throwable)
-
-
-
Method Detail
-
throwAsRuntimeException
public static RuntimeException throwAsRuntimeException(Throwable throwable)
-
-