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

de.tla2b.exceptions.ConfigFileErrorException Maven / Gradle / Ivy

The newest version!
package de.tla2b.exceptions;

public class ConfigFileErrorException extends TLA2BException {

	public ConfigFileErrorException(String s) {
		super(s);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy