org.jetbrains.jet.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.jet.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
 

Constructor Detail

CompilationException

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

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)