Class NextIsNullException

  • All Implemented Interfaces:
    Serializable

    public class NextIsNullException
    extends Exception
    Used by the Generic and Interleave controllers to signal the end of their samples
    See Also:
    Serialized Form
    • Constructor Detail

      • NextIsNullException

        public NextIsNullException()
      • NextIsNullException

        public NextIsNullException​(String message,
                                   Throwable cause)
      • NextIsNullException

        public NextIsNullException​(String message)
      • NextIsNullException

        public NextIsNullException​(Throwable cause)