Class CallGraphBuilderCancelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.wala.util.CancelException
com.ibm.wala.ipa.callgraph.CallGraphBuilderCancelException
- All Implemented Interfaces:
Serializable
An exception to throw when call graph construction is canceled. This exception allows clients to
retrieve the partially-built call graph and pointer analysis
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptioncreateCallGraphBuilderCancelException
(Exception cause, CallGraph cg, PointerAnalysis<InstanceKey> pointerAnalysis) createCallGraphBuilderCancelException
(String msg, CallGraph cg, PointerAnalysis<InstanceKey> pointerAnalysis) Methods inherited from class com.ibm.wala.util.CancelException
make
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
createCallGraphBuilderCancelException
public static CallGraphBuilderCancelException createCallGraphBuilderCancelException(Exception cause, CallGraph cg, PointerAnalysis<InstanceKey> pointerAnalysis) -
createCallGraphBuilderCancelException
public static CallGraphBuilderCancelException createCallGraphBuilderCancelException(String msg, CallGraph cg, PointerAnalysis<InstanceKey> pointerAnalysis) -
getPartialCallGraph
-
getPartialPointerAnalysis
- Returns:
- the
PointerAnalysis
in whatever state it was left when computation was canceled
-