Contains exception classes that are thrown by the eggPlant Performance engine.
Classes
Class | Description | |
---|---|---|
BadValueException |
The exception that is thrown when an input value is incorrect.
| |
ContextTerminationException |
A special exception that is thrown by the eggPlant Performance engine when the current script needs to be terminated.
You should never catch this exception in your script code.
| |
FCException |
An Exception thrown by the eggPlant Performance engine.
All other eggPlant Performance exceptions are sub-classes of this type.
| |
NoSuchValueException |
The exception that is thrown when a requested value does not exist.
| |
NotAllowedException |
The exception that is thrown when an operation is not allowed.
| |
ScriptContextTerminationException |
A special exception that is thrown by the eggPlant Performance engine when the current script needs to be terminated.
You should never catch this exception in your script code.
|