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

/libcore/luni/src/main/java/java/util/
H A DIllegalFormatFlagsException.java22 * An {@code IllegalFormatFlagsException} will be thrown if the combination of
27 public class IllegalFormatFlagsException extends IllegalFormatException implements Serializable { class in inherits:IllegalFormatException,Serializable
33 * Constructs a new {@code IllegalFormatFlagsException} with the specified
39 public IllegalFormatFlagsException(String flags) { method in class:IllegalFormatFlagsException

Completed in 72 milliseconds