|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.espirit.common.UncheckedException
de.espirit.firstspirit.forms.InappropriateValueException
public class InappropriateValueException
Exception thrown if a value is not appropriate.
Constructor Summary | |
---|---|
InappropriateValueException(GomFormElement form,
Language language,
Object value,
de.espirit.firstspirit.client.common.locale.LocalizableException e)
Create a new instance. |
Method Summary | |
---|---|
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. |
Methods inherited from class de.espirit.common.UncheckedException |
---|
constructContext, getContext, getErrorCode, getLocalizedMessage, setErrorCode, wrapOrRethrow |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InappropriateValueException(@NotNull GomFormElement form, Language language, Object value, 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 exceptionsMethod Detail |
---|
@NotNull public GomFormElement getForm()
public Language getLanguage()
public Object getValue()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |