src/share/classes/com/sun/tools/javac/util/Abort.java

changeset 581
f2fdd52e4e87
parent 554
9d9f26857129
child 2525
2eb010b6cb22
equal deleted inserted replaced
580:46cf751559ae 581:f2fdd52e4e87
26 package com.sun.tools.javac.util; 26 package com.sun.tools.javac.util;
27 27
28 /** Throwing an instance of 28 /** Throwing an instance of
29 * this class causes (silent) termination of the main compiler method. 29 * this class causes (silent) termination of the main compiler method.
30 * 30 *
31 * <p><b>This is NOT part of any API supported by Sun Microsystems. If 31 * <p><b>This is NOT part of any supported API.
32 * you write code that depends on this, you do so at your own risk. 32 * If you write code that depends on this, you do so at your own risk.
33 * This code and its internal interfaces are subject to change or 33 * This code and its internal interfaces are subject to change or
34 * deletion without notice.</b> 34 * deletion without notice.</b>
35 */ 35 */
36 public class Abort extends Error { 36 public class Abort extends Error {
37 private static final long serialVersionUID = 0; 37 private static final long serialVersionUID = 0;

mercurial