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
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. UseCancelRuntimeExceptionto avoid the need to declare a cancel exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description CancelException(Exception cause)protectedCancelException(String msg)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CancelExceptionmake(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)
-
-