Uses of Class
de.espirit.firstspirit.access.editor.value.InvalidValueException
Package
Description
-
Uses of InvalidValueException in de.espirit.firstspirit.access.editor
Modifier and TypeMethodDescriptionvoid
EditorValue.assimilate
(Language language, Object object) Assimilate the value object for the specified language, if possible.
Note: Passing null as argument will be evaluated as clear!void
Set the value object for the specified language.void
Deprecated.Set the value object for the specified language.void
Checks for the given value to be valid in the specified language wrt. the editor's GOM. -
Uses of InvalidValueException in de.espirit.firstspirit.access.editor.value
Modifier and TypeMethodDescriptionstatic Map<String,
InvalidValueException> InvalidValueException.mappedExceptions
(Iterator<Throwable> iterator) Detect allInvalidValueException
s provided by the given iterator and return them as named map. -
Uses of InvalidValueException in de.espirit.firstspirit.client.access.editor
Modifier and TypeMethodDescriptionvoid
ValidationSupporting.Emitter.signalInvalidValue
(String message) Signal anInvalidValueException
with the providedmessage
.void
ValidationSupporting.validate
(T value, ValidationSupporting.Emitter emitter) Call back forvalue
validation.