com.sun.tools.javac.util
Class Abort

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by com.sun.tools.javac.util.Abort
All Implemented Interfaces:
java.io.Serializable

public class Abort
extends java.lang.Error

Throwing an instance of this class causes (silent) termination of the main compiler method.

This is NOT part of any API supported by Sun Microsystems. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.

See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
Abort()
           
Abort(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

Abort

public Abort(java.lang.Throwable cause)

Abort

public Abort()