< prev index next >

src/java.base/share/classes/java/lang/package-info.java

Print this page

        

*** 55,65 **** * * <p>Class {@code Throwable} encompasses objects that may be thrown * by the {@code throw} statement. Subclasses of {@code Throwable} * represent errors and exceptions. * ! * <a name="charenc"></a> * <h3>Character Encodings</h3> * * The specification of the {@link java.nio.charset.Charset * java.nio.charset.Charset} class describes the naming conventions * for character encodings as well as the set of standard encodings --- 55,65 ---- * * <p>Class {@code Throwable} encompasses objects that may be thrown * by the {@code throw} statement. Subclasses of {@code Throwable} * represent errors and exceptions. * ! * <a id="charenc"></a> * <h3>Character Encodings</h3> * * The specification of the {@link java.nio.charset.Charset * java.nio.charset.Charset} class describes the naming conventions * for character encodings as well as the set of standard encodings
< prev index next >