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 Link icon

    • CancelException Link icon

      protected CancelException(String msg)
    • CancelException Link icon

      public CancelException(Exception cause)
  • Method Details Link icon