Class TraversableOnceException

  • All Implemented Interfaces:
    Serializable

    @Public
    public class TraversableOnceException
    extends RuntimeException
    An exception, indicating that an Iterable can only be traversed once, but has been attempted to traverse an additional time.
    See Also:
    Serialized Form
    • Constructor Detail

      • TraversableOnceException

        public TraversableOnceException()
        Creates a new exception with a default message.