Class 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:
  • Constructor Details

    • WalaException

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

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