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

de.prob.tmparser.TheoryMappingException Maven / Gradle / Ivy

There is a newer version: 2.13.5
Show newest version
package de.prob.tmparser;

public class TheoryMappingException extends RuntimeException {
	private static final long serialVersionUID = -6323718760001476629L;

	public TheoryMappingException() {
		super();
	}

	public TheoryMappingException(String message, Throwable cause) {
		super(message, cause);
	}

	public TheoryMappingException(String message) {
		super(message);
	}

	public TheoryMappingException(Throwable cause) {
		super(cause);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy