Class ClassHierarchyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.wala.util.WalaException
com.ibm.wala.ipa.cha.ClassHierarchyException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CancelCHAConstructionException
An exception that means something went wrong when constructing a
ClassHierarchy.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionClassHierarchyException(String string) ClassHierarchyException(String s, Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ClassHierarchyException
-
ClassHierarchyException
-