org.jetbrains.kotlin.codegen
Class CompilationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jetbrains.kotlin.codegen.CompilationException
- All Implemented Interfaces:
- java.io.Serializable
public class CompilationException
- extends java.lang.RuntimeException
- See Also:
- Serialized Form
Constructor Summary |
CompilationException(java.lang.String message,
java.lang.Throwable cause,
com.intellij.psi.PsiElement element)
|
Method Summary |
com.intellij.psi.PsiElement |
getElement()
|
static java.lang.String |
getMessage(java.lang.String message,
java.lang.Throwable cause,
com.intellij.psi.PsiElement element)
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CompilationException
public CompilationException(@NotNull
java.lang.String message,
@Nullable
java.lang.Throwable cause,
@NotNull
com.intellij.psi.PsiElement element)
getElement
@NotNull
public com.intellij.psi.PsiElement getElement()
getMessage
public static java.lang.String getMessage(@NotNull
java.lang.String message,
@Nullable
java.lang.Throwable cause,
@NotNull
com.intellij.psi.PsiElement element)