public class InappropriateValueException
extends de.espirit.common.UncheckedException
Constructor and Description |
---|
InappropriateValueException(GomFormElement form,
Language language,
Object value,
de.espirit.firstspirit.client.common.locale.LocalizableException e)
Create a new instance.
|
Modifier and Type | Method and Description |
---|---|
GomFormElement |
getForm()
Get the form element the value has been evaluated to be inappropriate for.
|
Language |
getLanguage()
Get the language the value was going to be applied for.
|
Object |
getValue()
Get the value that was going to be applied.
|
constructContext, getContext, getErrorCode, getLocalizedMessage, isInfoOnly, setErrorCode, wrapOrRethrow
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InappropriateValueException(@NotNull GomFormElement form, Language language, Object value, @NotNull de.espirit.firstspirit.client.common.locale.LocalizableException e)
form
- the gom formlanguage
- the language the value was going to be applied forvalue
- the value that was going to be applied.e
- localized container for causing exceptions@NotNull public GomFormElement getForm()
public Language getLanguage()
public Object getValue()
Copyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500