HomeSort by relevance Sort by last modified time
    Searched defs:VerifyException (Results 1 - 7 of 7) sorted by null

  /external/guava/guava/src/com/google/common/base/
VerifyException.java 31 public class VerifyException extends RuntimeException {
32 /** Constructs a {@code VerifyException} with no message. */
33 public VerifyException() {}
35 /** Constructs a {@code VerifyException} with the message {@code message}. */
36 public VerifyException(@Nullable String message) {
Verify.java 53 * using our {@link VerifyException} exception type. Throwing a plain {@link RuntimeException}
70 * throw new VerifyException("Unexpected bill status: " + bill.status());
93 * Ensures that {@code expression} is {@code true}, throwing a {@code VerifyException} with no
98 throw new VerifyException();
103 * Ensures that {@code expression} is {@code true}, throwing a {@code VerifyException} with a
116 * @throws VerifyException if {@code expression} is {@code false}
123 throw new VerifyException(format(errorMessageTemplate, errorMessageArgs));
128 * Ensures that {@code reference} is non-null, throwing a {@code VerifyException} with a default
138 * Ensures that {@code reference} is non-null, throwing a {@code VerifyException} with a custom
  /external/dagger2/lib/
auto-value-1.4.1.jar 
google-java-format-0.1-20151017.042846-2.jar 
  /external/cldr/tools/java/libs/
guava.jar 
  /external/error_prone/error_prone/
error_prone_core-2.3.2-with-dependencies.jar 
  /external/guice/lib/
guava-19.0.jar 

Completed in 465 milliseconds