public class TabulationCancelException
extends com.ibm.wala.util.CancelException
CancelException thrown during tabulation; holds a pointer to a partial TabulationSolver.Result. Use with care, this can hold on to a lot of
memory.| Modifier | Constructor and Description |
|---|---|
protected |
TabulationCancelException(java.lang.Exception cause,
TabulationSolver.Result r) |
| Modifier and Type | Method and Description |
|---|---|
TabulationSolver.Result |
getResult() |
protected TabulationCancelException(java.lang.Exception cause,
TabulationSolver.Result r)
public TabulationSolver.Result getResult()