Class WalaRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ibm.wala.util.WalaRuntimeException
-
Constructor Summary
ConstructorDescriptionWalaRuntimeException
(String string) WalaRuntimeException
(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
-
Constructor Details
-
WalaRuntimeException
-
WalaRuntimeException
- Parameters:
string
- a message describing the failure
-