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:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionClassHierarchyException
(String string) ClassHierarchyException
(String s, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
ClassHierarchyException
-
ClassHierarchyException
-