Home
last modified time | relevance | path

Searched defs:UserCodeException (Results 1 – 1 of 1) sorted by relevance

/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DUserCodeException.java23 public class UserCodeException extends InvalidBenchmarkException { class
24 public UserCodeException(String message, Throwable cause) { in UserCodeException() method in UserCodeException
29 public UserCodeException(Throwable cause) { in UserCodeException() method in UserCodeException