Package com.ibm.wala.util
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
public class WalaException extends Exception
An exception to raise for some WALA failure- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WalaException(String string)
WalaException(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
-
-