Searched defs:IllformedLocaleException (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
H A DIllformedLocaleException.java42 public class IllformedLocaleException extends RuntimeException { class in inherits:RuntimeException
49 * Constructs a new <code>IllformedLocaleException</code> with no
52 public IllformedLocaleException() { method in class:IllformedLocaleException
57 * Constructs a new <code>IllformedLocaleException</code> with the
62 public IllformedLocaleException(String message) { method in class:IllformedLocaleException
67 * Constructs a new <code>IllformedLocaleException</code> with the
76 public IllformedLocaleException(String message, int errorIndex) { method in class:IllformedLocaleException

Completed in 27 milliseconds