org.jetbrains.kotlin.codegen
Class CompilationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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()
           
 
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
 

Constructor Detail

CompilationException

public CompilationException(@NotNull
                            java.lang.String message,
                            @Nullable
                            java.lang.Throwable cause,
                            @Nullable
                            com.intellij.psi.PsiElement element)
Method Detail

getElement

@Nullable
public com.intellij.psi.PsiElement getElement()