Class BagNotFound

    • Constructor Summary

      Constructors 
      Constructor Description
      BagNotFound​(java.lang.String name)  
      BagNotFound​(java.lang.String name, java.lang.Throwable t)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      • 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

      • BagNotFound

        public BagNotFound​(java.lang.String name)
        Parameters:
        name - name of bag
      • BagNotFound

        public BagNotFound​(java.lang.String name,
                           java.lang.Throwable t)
        Parameters:
        name - name of bag
        t - error
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns:
        The name of the missing bag.