Searched refs:ApplicationException (Results 1 - 1 of 1) sorted by relevance

/libcore/metrictests/memory/host/src/libcore/heapmetrics/
H A DMetricsRunner.java146 * {@link ApplicationException} if any are found.
166 * {@link ApplicationException} using the first line of that file as the message if found.
174 throw new ApplicationException(readErrorFile(deviceDirectoryName));
257 private static class ApplicationException extends RuntimeException { class in class:MetricsRunner
261 ApplicationException(String applicationError) { method in class:MetricsRunner.ApplicationException

Completed in 24 milliseconds