public class CompilationFailedException
extends java.lang.Exception
| Constructor and Description |
|---|
CompilationFailedException(java.lang.String message,
java.lang.String compilationError) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCompilationError()
Returns the compilation errors that occurs when the application try to
compile a class.
|