langtools/src/share/classes/com/sun/tools/javac/util/FatalError.java
changeset 5847 1908176fd6e3
parent 5520 86e4b9a9da40
child 6581 f58f0ce45802
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    27 
    27 
    28 /** Throwing an instance of this class causes immediate termination
    28 /** Throwing an instance of this class causes immediate termination
    29  *  of the main compiler method.  It is used when some non-recoverable
    29  *  of the main compiler method.  It is used when some non-recoverable
    30  *  error has been detected in the compiler environment at runtime.
    30  *  error has been detected in the compiler environment at runtime.
    31  *
    31  *
    32  *  <p><b>This is NOT part of any API supported by Sun Microsystems.  If
    32  *  <p><b>This is NOT part of any supported API.
    33  *  you write code that depends on this, you do so at your own risk.
    33  *  If you write code that depends on this, you do so at your own risk.
    34  *  This code and its internal interfaces are subject to change or
    34  *  This code and its internal interfaces are subject to change or
    35  *  deletion without notice.</b>
    35  *  deletion without notice.</b>
    36  */
    36  */
    37 public class FatalError extends Error {
    37 public class FatalError extends Error {
    38     private static final long serialVersionUID = 0;
    38     private static final long serialVersionUID = 0;