Package com.ibm.wala.ipa.cha
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
public class ClassHierarchyException extends WalaException
An exception that means something went wrong when constructing aClassHierarchy
.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description ClassHierarchyException(String string)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ClassHierarchyException
public ClassHierarchyException(String string)
-
-