Package 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:
java.io.Serializable
public class AbortException extends java.lang.RuntimeException
Signals the abortion of the compilation.This exception should be only thrown from
ErrorReceiver
for the consistent error handling.- Author:
- Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbortException()
-