Class TabulationCancelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.wala.util.CancelException
com.ibm.wala.dataflow.IFDS.TabulationCancelException
- All Implemented Interfaces:
Serializable
A
CancelException
thrown during tabulation; holds a pointer to a partial TabulationSolver.Result
. Use with care, this can hold on to a lot of
memory.- See Also:
-
Constructor Summary
ModifierConstructorDescriptionprotected
TabulationCancelException
(Exception cause, TabulationSolver<?, ?, ?>.Result r) -
Method Summary
Methods inherited from class com.ibm.wala.util.CancelException
make
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TabulationCancelException
-
-
Method Details
-
getResult
-