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(Exception cause,
TabulationSolver.Result r) |
| Modifier and Type | Method and Description |
|---|---|
TabulationSolver.Result |
getResult() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected TabulationCancelException(Exception cause, TabulationSolver.Result r)
public TabulationSolver.Result getResult()
Copyright © 2015. All rights reserved.