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

xsbti.CompileCancelled Maven / Gradle / Ivy

The newest version!
package xsbti;

/**
 * An exception thrown when compilation cancellation has been requested during
 * Scala compiler run.
 */
public abstract class CompileCancelled extends RuntimeException {
	public abstract String[] arguments();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy