Home
last modified time | relevance | path

Searched refs:TzDataSetException (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/timezone/
DTzDataSetVersion.java76 public static TzDataSetVersion read() throws IOException, TzDataSetException { in read()
80 } catch (libcore.timezone.TzDataSetVersion.TzDataSetException e) { in read()
81 throw new TzDataSetException(e.getMessage(), e); in read()
89 public static final class TzDataSetException extends Exception { class in TzDataSetVersion
92 public TzDataSetException(String message) { in TzDataSetException() method in TzDataSetVersion.TzDataSetException
97 public TzDataSetException(String message, Throwable cause) { in TzDataSetException() method in TzDataSetVersion.TzDataSetException