public class TabulationCancelException extends 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() |
make
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected TabulationCancelException(Exception cause, TabulationSolver.Result r)
public TabulationSolver.Result getResult()