public static class PublicExceptions.CompilerInteractionException
extends java.lang.Exception
| Modifier and Type | Method and Description |
|---|---|
int |
getCompilerExitCode()
Get the compiler exit code.
|
java.lang.Exception |
getOriginalException()
Get the original exception that caused this exception.
|
public java.lang.Exception getOriginalException()
null is returned if there
were no original exception. In that case, there was a compilation error and the compiler has
returned with the exit code that can be obtained using getCompilerExitCode method.getCompilerExitCode()public int getCompilerExitCode()
0 is returned, this indicates that an exception was
thrown during compiler initialization, or inside the compiler itself. Use getOriginalExcepion
method to obtain that exception.getOriginalException()