Home
last modified time | relevance | path

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

/bootable/recovery/tools/image_generator/
DImageGenerator.java155 public static class LocalizedStringNotFoundException extends Exception { class in ImageGenerator
156 public LocalizedStringNotFoundException(String message) { in LocalizedStringNotFoundException() method in ImageGenerator.LocalizedStringNotFoundException
160 public LocalizedStringNotFoundException(String message, Throwable cause) { in LocalizedStringNotFoundException() method in ImageGenerator.LocalizedStringNotFoundException
271 LocalizedStringNotFoundException { in getTextString()
287 throw new LocalizedStringNotFoundException( in getTextString()
323 Set<String> localesSet) throws IOException, LocalizedStringNotFoundException { in readLocalizedStringFromXmls()
326 throw new LocalizedStringNotFoundException(resourcePath + " is not a directory."); in readLocalizedStringFromXmls()
361 throw new LocalizedStringNotFoundException( in readLocalizedStringFromXmls()
714 LocalizedStringNotFoundException { in main()