Class WalaException

  • All Implemented Interfaces:
    java.io.Serializable

    public class WalaException
    extends java.lang.Exception
    An exception to raise for some WALA failure
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      WalaException​(java.lang.String string)  
      WalaException​(java.lang.String s, java.lang.Throwable cause)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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
      • WalaException

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