OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InvalidInstrumentException
(Results
1 - 2
of
2
) sorted by null
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
InvalidInstrumentException.java
23
public class
InvalidInstrumentException
extends RuntimeException {
24
public
InvalidInstrumentException
(String message, Object... args) {
ExperimentingRunnerModule.java
203
throw new
InvalidInstrumentException
("Instrument %s not supported", className);
Completed in 75 milliseconds