Uses of Class
org.camunda.bpm.engine.exception.NotValidException
Packages that use NotValidException
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of NotValidException in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl that throw NotValidExceptionModifier and TypeMethodDescriptionprotected Integer
HistoryTimeToLiveParser.parseAndValidate
(String historyTimeToLiveString, String definitionKey, boolean skipEnforceTtl) Parses the given HistoryTimeToLive String expression and then executes any applicable validation before returning the parsed value. -
Uses of NotValidException in org.camunda.bpm.engine.impl.cfg
Methods in org.camunda.bpm.engine.impl.cfg that return NotValidException -
Uses of NotValidException in org.camunda.bpm.engine.impl.db
Methods in org.camunda.bpm.engine.impl.db that return NotValidExceptionModifier and TypeMethodDescriptionEnginePersistenceLogger.queryExtensionException
(String extendedClassName, String extendingClassName) -
Uses of NotValidException in org.camunda.bpm.engine.impl.externaltask
Methods in org.camunda.bpm.engine.impl.externaltask that throw NotValidException