OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ClusterException
(Results
1 - 3
of
3
) sorted by null
/external/guava/guava-testlib/src/com/google/common/testing/
ClusterException.java
26
* An {@link
ClusterException
} is a data structure that allows for some code to
52
* throw
ClusterException
.create(exceptions);
62
final class
ClusterException
extends RuntimeException {
66
private
ClusterException
(Collection<? extends Throwable> exceptions) {
96
* <li>Otherwise, return an instance of {@link
ClusterException
} that wraps
120
return new
ClusterException
(exceptions);
/cts/tests/libcore/javautilcollections/libs/
guava-testlib-20.0.jar
/external/guice/lib/build/
guava-testlib-16.0.1.jar
Completed in 65 milliseconds