Uses of Class
de.aristaflow.adept2.model.runtimeenvironment.ApplicationFailedException
-
Packages that use ApplicationFailedException Package Description de.aristaflow.adept2.core.eventmanager.common de.aristaflow.adept2.core.runtimeservice -
-
Uses of ApplicationFailedException in de.aristaflow.adept2.core.eventmanager.common
Methods in de.aristaflow.adept2.core.eventmanager.common that throw ApplicationFailedException Modifier and Type Method Description protected abstract boolean
AbstractActivityEventHandler. processEvent(Event event, ActivityInstance activity, DataContext dataContext)
Processes the designated event for the designated activity instance. -
Uses of ApplicationFailedException in de.aristaflow.adept2.core.runtimeservice
Methods in de.aristaflow.adept2.core.runtimeservice with parameters of type ApplicationFailedException Modifier and Type Method Description void
RemoteRuntimeEnvironment. applicationFailed(SessionToken token, String sessionID, ApplicationFailedException excpt, SerialisableDataContext dataContext)
Signals the failing of the designated execution session that is the execution is terminated due to the designated application failed exception and all data produced yet is invalidated.
-