jdk/src/java.base/share/classes/java/util/UnknownFormatFlagsException.java
changeset 32108 aa5490a167ee
parent 25859 3317bb8137f4
equal deleted inserted replaced
32107:67aa4920495c 32108:aa5490a167ee
    26 package java.util;
    26 package java.util;
    27 
    27 
    28 /**
    28 /**
    29  * Unchecked exception thrown when an unknown flag is given.
    29  * Unchecked exception thrown when an unknown flag is given.
    30  *
    30  *
    31  * <p> Unless otherwise specified, passing a <tt>null</tt> argument to any
    31  * <p> Unless otherwise specified, passing a {@code null} 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  */