xsbti.CompileFailed Maven / Gradle / Ivy
The newest version!
package xsbti;
public abstract class CompileFailed extends RuntimeException
{
public abstract String[] arguments();
public abstract Problem[] problems();
}
package xsbti;
public abstract class CompileFailed extends RuntimeException
{
public abstract String[] arguments();
public abstract Problem[] problems();
}