Class CancelCHAConstructionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.wala.util.WalaException
com.ibm.wala.ipa.cha.ClassHierarchyException
com.ibm.wala.ipa.cha.CancelCHAConstructionException
- All Implemented Interfaces:
Serializable
Exception class that indicates that construction of class hierarchy has been cancelled by a
progress monitor.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CancelCHAConstructionException
public CancelCHAConstructionException()
-