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

tech.deplant.jacki.framework.TvmExceptions Maven / Gradle / Ivy

package tech.deplant.jacki.framework;

import java.util.Map;

/**
 * The type Tvm exceptions.
 */
public class TvmExceptions {
	/**
	 * The Action exceptions.
	 */
	Map actionExceptions;
	/**
	 * The Compute exceptions.
	 */
	Map computeExceptions;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy