Uses of Package
com.facilita.exception
-
Packages that use com.facilita.exception Package Description com.facilita.exception Contains exception classes that are thrown by the eggPlant Performance engine.com.facilita.fc.eggPlant The eggPlant API provides classes and methods for GUI automation, using eggPlant Drive to communicate with eggPlant Functional.com.facilita.fc.runtime Contains classes for controlling Virtual Users within a test run.com.facilita.fc.web The eggPlant Performance Web Java API makes it easy to perform load tests against web sites and services, by providing classes and methods that simulate the behaviour of a web browser sending/receiving HTTP(s) requests to/from a web server. -
Classes in com.facilita.exception used by com.facilita.exception Class Description FCException AnException
thrown by the eggPlant Performance engine. -
Classes in com.facilita.exception used by com.facilita.fc.eggPlant Class Description BadValueException Thrown when an input value is incorrect. -
Classes in com.facilita.exception used by com.facilita.fc.runtime Class Description BadValueException 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.NoSuchValueException Thrown when a requested value does not exist.NotAllowedException 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. -
Classes in com.facilita.exception used by com.facilita.fc.web Class Description BadValueException Thrown when an input value is incorrect.NoSuchValueException Thrown when a requested value does not exist.NotAllowedException Thrown when an operation is not allowed.