Package com.ibm.wala.util
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. UseCancelRuntimeException
to avoid the need to declare a cancel exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description CancelException(Exception cause)
protected
CancelException(String msg)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CancelException
make(String msg)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
make
public static CancelException make(String msg)
-
-