org.jetbrains.jet.lang.resolve.java.resolver
Interface ErrorReporter

All Known Implementing Classes:
TraceBasedErrorReporter

public interface ErrorReporter


Method Summary
 void reportIncompatibleAbiVersion(FqName fqName, com.intellij.openapi.vfs.VirtualFile file, int actualVersion)
           
 

Method Detail

reportIncompatibleAbiVersion

void reportIncompatibleAbiVersion(@NotNull
                                  FqName fqName,
                                  @NotNull
                                  com.intellij.openapi.vfs.VirtualFile file,
                                  int actualVersion)