Class ErrorProneError

java.lang.Object
java.lang.Throwable
java.lang.Error
com.google.errorprone.ErrorProneError
All Implemented Interfaces:
Serializable

public class ErrorProneError extends Error
Wraps an unrecoverable error that occurs during analysis with the source position that triggered the crash.
See Also:
  • Constructor Details

    • ErrorProneError

      public ErrorProneError(String checkName, Throwable cause, com.sun.tools.javac.util.JCDiagnostic.DiagnosticPosition pos, JavaFileObject source)
  • Method Details

    • logFatalError

      @Deprecated public void logFatalError(com.sun.tools.javac.util.Log log)
      Deprecated.
    • logFatalError

      public void logFatalError(com.sun.tools.javac.util.Log log, com.sun.tools.javac.util.Context context)
    • checkName

      public String checkName()