Home
last modified time | relevance | path

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

/bootable/recovery/tools/image_generator/
DImageGenerator.java159 public static class LocalizedStringNotFoundException extends Exception { class in ImageGenerator
160 public LocalizedStringNotFoundException(String message) { in LocalizedStringNotFoundException() method in ImageGenerator.LocalizedStringNotFoundException
164 public LocalizedStringNotFoundException(String message, Throwable cause) { in LocalizedStringNotFoundException() method in ImageGenerator.LocalizedStringNotFoundException
275 LocalizedStringNotFoundException { in getTextString()
291 throw new LocalizedStringNotFoundException( in getTextString()
327 Set<String> localesSet) throws IOException, LocalizedStringNotFoundException { in readLocalizedStringFromXmls()
330 throw new LocalizedStringNotFoundException(resourcePath + " is not a directory."); in readLocalizedStringFromXmls()
365 throw new LocalizedStringNotFoundException( in readLocalizedStringFromXmls()
718 LocalizedStringNotFoundException { in main()