
de.tla2b.exceptions.ExpressionTranslationException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tla2bAST Show documentation
Show all versions of tla2bAST Show documentation
Translator from TLA+ to ProB's AST representation.
package de.tla2b.exceptions;
@SuppressWarnings("serial")
public class ExpressionTranslationException extends RuntimeException {
public ExpressionTranslationException(final String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy