Class FuturesGetCheckedIllegalExceptionType

java.lang.Object
com.google.errorprone.bugpatterns.BugChecker
com.google.errorprone.bugpatterns.FuturesGetCheckedIllegalExceptionType
All Implemented Interfaces:
BugChecker.MethodInvocationTreeMatcher, Suppressible, Serializable

public final class FuturesGetCheckedIllegalExceptionType extends BugChecker implements BugChecker.MethodInvocationTreeMatcher
Checks for calls to Guava's Futures.getChecked method that will always fail because they pass an incompatible exception type.
See Also: