Class IllegalGuardedBy

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.errorprone.bugpatterns.threadsafety.IllegalGuardedBy
All Implemented Interfaces:
Serializable

public class IllegalGuardedBy extends RuntimeException
An error that occurred during the parsing or binding of a GuardedBy expression.
Author:
cushon@google.com (Liam Miller-Cushon)
See Also:
  • Constructor Details

    • IllegalGuardedBy

      public IllegalGuardedBy(String message)
  • Method Details