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 ([email protected])
See Also:
  • Constructor Details

    • AbortException

      public AbortException()