Class CancelRuntimeException

All Implemented Interfaces:
Serializable

public class CancelRuntimeException extends RuntimeException
An exception for when work is canceled in eclipse. This is identical to CancelException, but this one extends RuntimeException, so it need not be threaded through every API that uses it.
See Also:
  • Constructor Details

    • CancelRuntimeException

      protected CancelRuntimeException(String msg)
    • CancelRuntimeException

      public CancelRuntimeException(Exception cause)
  • Method Details