Class 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.

    Author:
    Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
    See Also:
    Serialized Form
    • Constructor Detail

      • AbortException

        public AbortException()