Uses of Class
com.facilita.exception.FCException
-
Packages that use FCException Package Description com.facilita.exception Contains exception classes that are thrown by the eggPlant Performance engine. -
-
Uses of FCException in com.facilita.exception
Subclasses of FCException in com.facilita.exception Modifier and Type Class Description class
BadValueException
Thrown when an input value is incorrect.class
ContextTerminationException
A special exception that is thrown by the eggPlant Performance engine when the current script needs to be terminated.class
NoSuchValueException
Thrown when a requested value does not exist.class
NotAllowedException
Thrown when an operation is not allowed.class
ScriptContextTerminationException
A special exception that is thrown by the eggPlant Performance engine when the current script needs to be terminated.
-