Class ErrorProneError
java.lang.Object
java.lang.Throwable
java.lang.Error
com.google.errorprone.ErrorProneError
- All Implemented Interfaces:
Serializable
Wraps an unrecoverable error that occurs during analysis with the source position that triggered
the crash.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionErrorProneError
(String checkName, Throwable cause, com.sun.tools.javac.util.JCDiagnostic.DiagnosticPosition pos, JavaFileObject source) -
Method Summary
Modifier and TypeMethodDescriptionvoid
logFatalError
(com.sun.tools.javac.util.Log log, com.sun.tools.javac.util.Context context) Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ErrorProneError
public ErrorProneError(String checkName, Throwable cause, com.sun.tools.javac.util.JCDiagnostic.DiagnosticPosition pos, JavaFileObject source)
-
-
Method Details
-
logFatalError
public void logFatalError(com.sun.tools.javac.util.Log log, com.sun.tools.javac.util.Context context) -
checkName
-