public class CompilationException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
CompilationException(CompilationMessage msg) |
CompilationException(CompilationMessage msg,
java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
CompilationMessage |
getCompilationMessage()
Get the
CompilationMessage associated with this exception}. |
java.lang.String |
toErrorMessage() |
public CompilationException(CompilationMessage msg, java.lang.Throwable cause)
public CompilationException(CompilationMessage msg)
Exception.Exception(String,Throwable)public java.lang.String toErrorMessage()
public CompilationMessage getCompilationMessage()
CompilationMessage associated with this exception}.