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

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

There is a newer version: 1.4.0
Show newest version
package de.tla2b.exceptions;

@SuppressWarnings("serial")
public abstract class TLA2BException extends Exception{

	public TLA2BException(String e){
		super(e);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy