Class GroupMemberIteratorException

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract boolean mayContinueIterating()
      Indicates whether it is possible to continue iterating through the list of group members after this exception.
      • 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
    • Method Detail

      • mayContinueIterating

        public abstract boolean mayContinueIterating()
        Indicates whether it is possible to continue iterating through the list of group members after this exception.
        Returns:
        true if it is possible to continue iterating through the group members after this exception, or false if not.