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

astra.ast.core.NoSuchASTRAClassException Maven / Gradle / Ivy

The newest version!
package astra.ast.core;

public class NoSuchASTRAClassException extends RuntimeException {
	/**
	 *
	 */
	private static final long serialVersionUID = 458681102101062496L;

	public NoSuchASTRAClassException(String msg) {
		super(msg);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy