Uses of Class
de.espirit.firstspirit.access.editor.value.InvalidValueException
Packages that use InvalidValueException
Package
Description
-
Uses of InvalidValueException in de.espirit.firstspirit.access.editor
Methods in de.espirit.firstspirit.access.editor that throw InvalidValueExceptionModifier and TypeMethodDescriptionvoidEditorValue.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!voidSet the value object for the specified language.voidDeprecated.Set the value object for the specified language.voidChecks 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
Methods in de.espirit.firstspirit.access.editor.value that return types with arguments of type InvalidValueExceptionModifier and TypeMethodDescriptionstatic Map<String,InvalidValueException> InvalidValueException.mappedExceptions(Iterator<Throwable> iterator) Detect allInvalidValueExceptions provided by the given iterator and return them as named map. -
Uses of InvalidValueException in de.espirit.firstspirit.client.access.editor
Methods in de.espirit.firstspirit.client.access.editor that throw InvalidValueExceptionModifier and TypeMethodDescriptionvoidValidationSupporting.Emitter.signalInvalidValue(String message) Signal anInvalidValueExceptionwith the providedmessage.voidValidationSupporting.validate(T value, ValidationSupporting.Emitter emitter) Call back forvaluevalidation.