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

xsbti.CompileFailed Maven / Gradle / Ivy

The newest version!
package xsbti;

public abstract class CompileFailed extends RuntimeException
{
	public abstract String[] arguments();
	public abstract Problem[] problems();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy