Package com.ibm.wala.util
Class CancelRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.ibm.wala.util.CancelRuntimeException
-
- All Implemented Interfaces:
Serializable
public class CancelRuntimeException extends RuntimeException
An exception for when work is canceled in eclipse. This is identical toCancelException
, but this one extendsRuntimeException
, so it need not be threaded through every API that uses it.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description CancelRuntimeException(Exception cause)
protected
CancelRuntimeException(String msg)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CancelRuntimeException
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 CancelRuntimeException make(String msg)
-
-