Searched refs:HaltExecutionException (Results 1 – 4 of 4) sorted by relevance
54 public HaltExecutionException addFatalAndHalt(String msg) throws HaltExecutionException { in addFatalAndHalt()56 throw new HaltExecutionException("Fatal error"); in addFatalAndHalt()60 public HaltExecutionException addFatalAndHalt(String msg, Throwable t) in addFatalAndHalt()61 throws HaltExecutionException { in addFatalAndHalt()63 throw new HaltExecutionException("Fatal error"); in addFatalAndHalt()121 public void throwIfError(String why) throws HaltExecutionException { in throwIfError()123 throw new HaltExecutionException(why); in throwIfError()128 public static class HaltExecutionException extends Exception { class in Errors129 HaltExecutionException(String why) { in HaltExecutionException() method in Errors.HaltExecutionException
26 import com.android.libcore.timezone.util.Errors.HaltExecutionException;69 } catch (HaltExecutionException expected) {} in fatal()91 } catch (HaltExecutionException expected) {} in scope()100 } catch (HaltExecutionException expected) {} in scope()
22 import com.android.libcore.timezone.util.Errors.HaltExecutionException;170 } catch (HaltExecutionException e) { in execute()182 throws HaltExecutionException { in parseZoneTabFile()225 String countryZonesFile, Errors errors) throws HaltExecutionException { in parseAndValidateCountryZones()240 throws HaltExecutionException { in writeOutputData()270 BackwardFile backwardIn, Errors errors) throws HaltExecutionException { in createOutputData()
22 import com.android.libcore.timezone.util.Errors.HaltExecutionException;95 } catch (HaltExecutionException e) { in execute()