langtools/src/share/classes/com/sun/tools/javah/InternalError.java
changeset 5847 1908176fd6e3
parent 5520 86e4b9a9da40
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    24  */
    24  */
    25 
    25 
    26 package com.sun.tools.javah;
    26 package com.sun.tools.javah;
    27 
    27 
    28 /**
    28 /**
    29  *  <p><b>This is NOT part of any API supported by Sun Microsystems.  If
    29  *  <p><b>This is NOT part of any supported API.
    30  *  you write code that depends on this, you do so at your own risk.
    30  *  If you write code that depends on this, you do so at your own risk.
    31  *  This code and its internal interfaces are subject to change or
    31  *  This code and its internal interfaces are subject to change or
    32  *  deletion without notice.</b>
    32  *  deletion without notice.</b>
    33  */
    33  */
    34 public class InternalError extends Error {
    34 public class InternalError extends Error {
    35     private static final long serialVersionUID = 8411861562497165022L;
    35     private static final long serialVersionUID = 8411861562497165022L;