jdk/src/share/classes/java/util/MissingFormatWidthException.java
changeset 21278 ef8a3a2a72f2
parent 5506 202f599c92aa
child 23010 6dadb192ad81
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
    26 package java.util;
    26 package java.util;
    27 
    27 
    28 /**
    28 /**
    29  * Unchecked exception thrown when the format width is required.
    29  * Unchecked exception thrown when the format width is required.
    30  *
    30  *
    31  * <p> Unless otherwise specified, passing a <tt>null</tt> argument to anyg
    31  * <p> Unless otherwise specified, passing a <tt>null</tt> argument to any
    32  * method or constructor in this class will cause a {@link
    32  * method or constructor in this class will cause a {@link
    33  * NullPointerException} to be thrown.
    33  * NullPointerException} to be thrown.
    34  *
    34  *
    35  * @since 1.5
    35  * @since 1.5
    36  */
    36  */