Class InvalidTranslationRequestException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.translation.mapping.InvalidTranslationRequestException
All Implemented Interfaces:
Serializable

public class InvalidTranslationRequestException extends RuntimeException
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: