jdk/src/java.base/share/classes/java/lang/UnsupportedOperationException.java
changeset 44743 f0bbd698c486
parent 32033 bf24e33c7919
equal deleted inserted replaced
44677:86328fca16ae 44743:f0bbd698c486
    27 
    27 
    28 /**
    28 /**
    29  * Thrown to indicate that the requested operation is not supported.<p>
    29  * Thrown to indicate that the requested operation is not supported.<p>
    30  *
    30  *
    31  * This class is a member of the
    31  * This class is a member of the
    32  * <a href="{@docRoot}/../technotes/guides/collections/index.html">
    32  * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
    33  * Java Collections Framework</a>.
    33  * Java Collections Framework</a>.
    34  *
    34  *
    35  * @author  Josh Bloch
    35  * @author  Josh Bloch
    36  * @since   1.2
    36  * @since   1.2
    37  */
    37  */