Package com.ibm.wala.ipa.cha
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
public final class CancelCHAConstructionException extends ClassHierarchyException
Exception class that indicates that construction of class hierarchy has been cancelled by a progress monitor.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CancelCHAConstructionException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-