Package com.facilita.exception
Class ScriptContextTerminationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.facilita.exception.FCException
-
- com.facilita.exception.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
-
-
Field Summary
-
Fields inherited from class com.facilita.exception.FCException
_code
-
-
Constructor Summary
Constructors Constructor Description ScriptContextTerminationException()
ScriptContextTerminationException(java.lang.String s)
-
Method Summary
-
Methods inherited from class com.facilita.exception.FCException
getCode
-
-