public class CompilationException extends java.lang.RuntimeException
Constructor and Description |
---|
CompilationException(java.lang.String message,
java.lang.Throwable cause,
com.intellij.psi.PsiElement element) |
Modifier and Type | Method and Description |
---|---|
com.intellij.psi.PsiElement |
getElement() |
java.lang.String |
getMessage() |
public CompilationException(@NotNull java.lang.String message, @Nullable java.lang.Throwable cause, @NotNull com.intellij.psi.PsiElement element)
@NotNull public com.intellij.psi.PsiElement getElement()
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable