OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VerifyException
(Results
1 - 25
of
37
) sorted by null
1
2
/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/
google-java-format-0.1-20151017.042846-2.jar
/frameworks/data-binding/prebuilds/1.0-rc0/
databinding-studio-bundle.jar
/packages/apps/Messaging/build/gcheckstyle/
google-style-checker_deploy.jar
/prebuilts/devtools/tools/lib/
guava-17.0.jar
/prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0/
compiler-2.1.0.jar
/prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-beta1/
compiler-2.1.0-beta1.jar
/prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-beta3/
compiler-2.1.0-beta3.jar
/prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-rc1/
compiler-2.1.0-rc1.jar
/prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.2/
compiler-2.1.2.jar
/prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.3/
compiler-2.1.3.jar
/prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0-alpha1/
compiler-2.2.0-alpha1.jar
/prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0-alpha3/
compiler-2.2.0-alpha3.jar
/prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0-alpha4/
compiler-2.2.0-alpha4.jar
/prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0-alpha7/
compiler-2.2.0-alpha7.jar
/prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0-beta1/
compiler-2.2.0-beta1.jar
/prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0-beta2/
compiler-2.2.0-beta2.jar
/prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0-beta3/
compiler-2.2.0-beta3.jar
/prebuilts/misc/common/android-support-test/espresso/
espresso-contrib-2.2.2-release.jar
espresso-core-2.2.2-release-no-dep.jar
espresso-core-2.2.2-release.jar
espresso-intents-2.2.2-release.jar
espresso-web-2.2.2-release.jar
/prebuilts/sdk/tools/
jack-launcher.jar
Completed in 1105 milliseconds
1
2