Class NextIsNullException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.jmeter.control.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:
  • Constructor Details

    • NextIsNullException

      public NextIsNullException()
    • NextIsNullException

      public NextIsNullException(String message, Throwable cause)
    • NextIsNullException

      public NextIsNullException(String message)
    • NextIsNullException

      public NextIsNullException(Throwable cause)