Package com.ibm.wala.util
Class CancelException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.ibm.wala.util.CancelException
-
- All Implemented Interfaces:
java.io.Serializable
public class CancelException extends java.lang.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(java.lang.Exception cause)
protected
CancelException(java.lang.String msg)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CancelException
make(java.lang.String msg)
-
-
-
Method Detail
-
make
public static CancelException make(java.lang.String msg)
-
-