public abstract class CompileCancelled
extends java.lang.RuntimeException
RuntimeException that you can catch at the use-site.| Constructor and Description |
|---|
CompileCancelled() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String[] |
arguments()
Return an array of the initial arguments of the compiler.
|