Class WalaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.wala.util.WalaException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ClassHierarchyException
,TranslatorToCAst.Error
An exception to raise for some WALA failure
- 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
-
WalaException
-
WalaException
- Parameters:
string
- a message describing the failure
-