Class CancelException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.wala.util.CancelException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CallGraphBuilderCancelException, TabulationCancelException

public class CancelException extends Exception
An exception for when work is canceled in eclipse. This version forces every API that uses it to declare it. Use CancelRuntimeException to avoid the need to declare a cancel exception.
See Also:
  • Constructor Details

    • CancelException

      protected CancelException(String msg)
    • CancelException

      public CancelException(Exception cause)
  • Method Details