< prev index next >

src/java.base/share/classes/java/util/IllegalFormatWidthException.java

Print this page

        

*** 25,35 **** package java.util; /** * Unchecked exception thrown when the format width is a negative value other ! * than <tt>-1</tt> or is otherwise unsupported. * * @since 1.5 */ public class IllegalFormatWidthException extends IllegalFormatException { --- 25,35 ---- package java.util; /** * Unchecked exception thrown when the format width is a negative value other ! * than {@code -1} or is otherwise unsupported. * * @since 1.5 */ public class IllegalFormatWidthException extends IllegalFormatException {
< prev index next >