jdk/src/share/classes/java/lang/Throwable.java
changeset 9266 121fb370f179
parent 9020 13b639abc930
child 9513 1079ae7ada52
equal deleted inserted replaced
9265:62d885310f4d 9266:121fb370f179
   106  * cause).
   106  * cause).
   107  *
   107  *
   108  * @author  unascribed
   108  * @author  unascribed
   109  * @author  Josh Bloch (Added exception chaining and programmatic access to
   109  * @author  Josh Bloch (Added exception chaining and programmatic access to
   110  *          stack trace in 1.4.)
   110  *          stack trace in 1.4.)
   111  * @jls3 11.2 Compile-Time Checking of Exceptions
   111  * @jls 11.2 Compile-Time Checking of Exceptions
   112  * @since JDK1.0
   112  * @since JDK1.0
   113  */
   113  */
   114 public class Throwable implements Serializable {
   114 public class Throwable implements Serializable {
   115     /** use serialVersionUID from JDK 1.0.2 for interoperability */
   115     /** use serialVersionUID from JDK 1.0.2 for interoperability */
   116     private static final long serialVersionUID = -3042686055658047285L;
   116     private static final long serialVersionUID = -3042686055658047285L;