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

/dalvik/libcore/luni/src/main/java/java/util/
H A DIllegalFormatWidthException.java20 * An {@code IllegalFormatWidthException} will be thrown if the width is a
26 public class IllegalFormatWidthException extends IllegalFormatException { class in inherits:IllegalFormatException
33 * Constructs a new {@code IllegalFormatWidthException} with specified
39 public IllegalFormatWidthException(int w) { method in class:IllegalFormatWidthException

Completed in 56 milliseconds