src/java.base/share/classes/java/util/MissingResourceException.java
changeset 59201 b24f4caa1411
parent 57956 e0b8b019d2f5
equal deleted inserted replaced
59200:a686b67a59d9 59201:b24f4caa1411
    45  * @see java.lang.Exception
    45  * @see java.lang.Exception
    46  * @see ResourceBundle
    46  * @see ResourceBundle
    47  * @author      Mark Davis
    47  * @author      Mark Davis
    48  * @since       1.1
    48  * @since       1.1
    49  */
    49  */
    50 public
    50 public class MissingResourceException extends RuntimeException {
    51 class MissingResourceException extends RuntimeException {
       
    52 
    51 
    53     /**
    52     /**
    54      * Constructs a MissingResourceException with the specified information.
    53      * Constructs a MissingResourceException with the specified information.
    55      * A detail message is a String that describes this particular exception.
    54      * A detail message is a String that describes this particular exception.
    56      * @param s the detail message
    55      * @param s the detail message