Uses of Class
org.operaton.bpm.engine.ScriptEngineException
Packages that use ScriptEngineException
Package
Description
Public API of the Operaton engine.
Typical usage of the API starts by the creation of a
Typical usage of the API starts by the creation of a
ProcessEngineConfiguration
(typically based on a configuration file), from which a ProcessEngine can be obtained.-
Uses of ScriptEngineException in org.operaton.bpm.engine
Subclasses of ScriptEngineException in org.operaton.bpm.engineModifier and TypeClassDescriptionclassException resulting from a error during a script compilation.classException resulting from a error during a script evaluation.