Class ScriptContextTerminationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ScriptContextTerminationException
    extends FCException
    A special exception that is thrown by the eggPlant Performance engine when the current script needs to be terminated.

    For example, VirtualUserScript.nextIteration() throws this exception in order to terminate the current iteration.

    You should never catch this exception in your script code.

    See Also:
    Serialized Form
    • Method Summary

      • 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

      • ScriptContextTerminationException

        public ScriptContextTerminationException()
      • ScriptContextTerminationException

        public ScriptContextTerminationException​(java.lang.String s)