Searched refs:TzDataSetException (Results 1 – 1 of 1) sorted by relevance
76 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 TzDataSetVersion92 public TzDataSetException(String message) { in TzDataSetException() method in TzDataSetVersion.TzDataSetException97 public TzDataSetException(String message, Throwable cause) { in TzDataSetException() method in TzDataSetVersion.TzDataSetException