com.ibm.wala.util.warnings
Class WalaException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.wala.util.warnings.WalaException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ClassHierarchyException

public class WalaException
extends java.lang.Exception

An exception to raise for some WALA failure

See Also:
Serialized Form

Constructor Summary
WalaException(java.lang.String string)
           
WalaException(java.lang.String s, java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WalaException

public WalaException(java.lang.String s,
                     java.lang.Throwable cause)
Parameters:
s - a message describing the failure
cause -

WalaException

public WalaException(java.lang.String string)
Parameters:
string - a message describing the failure