Class CancelRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ibm.wala.core.util.CancelRuntimeException
- All Implemented Interfaces:
Serializable
An exception for when work is canceled in eclipse. This is identical to
CancelException
,
but this one extends RuntimeException
, so it need not be threaded through every API that
uses it.- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CancelRuntimeException
-
CancelRuntimeException
-
-
Method Details
-
make
-