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

com.xwzhou.commons.lang.helper.ExceptionHelper Maven / Gradle / Ivy

The newest version!
package com.xwzhou.commons.lang.helper;

public class ExceptionHelper {

	public static final void throwException(Throwable throwable) {
		throw new RuntimeException(throwable);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy