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
An exception for when work is canceled in eclipse. This version forces every API that uses it to
declare it. Use
CancelRuntimeException to avoid the need to declare a cancel exception.- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionCancelException(Exception cause) protectedCancelException(String msg) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CancelException
-
CancelException
-
-
Method Details
-
make
-