public abstract class CompileFailed
extends java.lang.RuntimeException
RuntimeException that you can catch at the use-site.| Constructor and Description |
|---|
CompileFailed() |
CompileFailed(java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String[] |
arguments()
Return an array of the initial arguments of the compiler.
|
abstract xsbti.Problem[] |
problems()
Return an array of
Problem that reports on the found errors. |