|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.wala.eclipse.util.CancelException
com.ibm.wala.dataflow.IFDS.TabulationCancelException
public class TabulationCancelException
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.
| Constructor Summary | |
|---|---|
protected |
TabulationCancelException(CancelException cause,
TabulationSolver.Result r)
|
| Method Summary | |
|---|---|
TabulationSolver.Result |
getResult()
|
| Methods inherited from class com.ibm.wala.eclipse.util.CancelException |
|---|
make |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected TabulationCancelException(CancelException cause,
TabulationSolver.Result r)
| Method Detail |
|---|
public TabulationSolver.Result getResult()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||