All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jpower.core.utils.ExceptionUtils Maven / Gradle / Ivy

There is a newer version: 0.0.5
Show newest version
package jpower.core.utils;

public class ExceptionUtils
{

    public static void throwUnchecked(Exception e)
    {
        throw new RuntimeException(e);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy