com.sun.tools.xjc
Class AbortException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sun.tools.xjc.AbortException
- All Implemented Interfaces:
- Serializable
public class AbortException
- extends RuntimeException
Signals the abortion of the compilation.
This exception should be only thrown from ErrorReceiver
for the consistent error handling.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AbortException
public AbortException()