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

public class CallGraphBuilderCancelException extends CancelException
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: