Class InvalidTranslationRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.translation.mapping.InvalidTranslationRequestException
- All Implemented Interfaces:
Serializable
Exception that is thrown when invalid
Translation(s)
are specified in
requests for translation operations.
For example, in a request to replace all translations for a particular entity in a locale, if the
nested TranslationsPayload.translations
list is null or has invalid elements, this
exception could be thrown.
- Author:
- Samarth Dhruva (samarthd)
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
NO_VALUE
- See Also:
-
NULL_LIST
- See Also:
-
NULL_TRANSLATION
- See Also:
-
NO_ENTITY_FIELD
- See Also:
-
-
Constructor Details
-
InvalidTranslationRequestException
-