public class CallGraphBuilderCancelException extends CancelException
Modifier and Type | Method and Description |
---|---|
static CallGraphBuilderCancelException |
createCallGraphBuilderCancelException(Exception cause,
CallGraph cg,
PointerAnalysis<InstanceKey> pointerAnalysis) |
static CallGraphBuilderCancelException |
createCallGraphBuilderCancelException(String msg,
CallGraph cg,
PointerAnalysis<InstanceKey> pointerAnalysis) |
CallGraph |
getPartialCallGraph() |
PointerAnalysis<InstanceKey> |
getPartialPointerAnalysis() |
make
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static CallGraphBuilderCancelException createCallGraphBuilderCancelException(Exception cause, CallGraph cg, PointerAnalysis<InstanceKey> pointerAnalysis)
public static CallGraphBuilderCancelException createCallGraphBuilderCancelException(String msg, CallGraph cg, PointerAnalysis<InstanceKey> pointerAnalysis)
public CallGraph getPartialCallGraph()
CallGraph
in whatever state it was left when computation was canceledpublic PointerAnalysis<InstanceKey> getPartialPointerAnalysis()
PointerAnalysis
in whatever state it was left when computation was canceled