Package com.sap.cds.services.impl
Class ServiceExceptionUtilsImpl
java.lang.Object
com.sap.cds.services.impl.ServiceExceptionUtilsImpl
- All Implemented Interfaces:
ServiceExceptionUtils
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLocalizedMessage(String code, Object[] args, Locale locale, boolean errorStatusFallback) getMessage(String code, Object[] args) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sap.cds.services.ServiceExceptionUtils
getLocalizedMessage, getMessageTarget, getMessageTarget, getMessageTarget, getMessageTarget
-
Field Details
-
defaultLocalizedMessageProvider
-
errorsProperties
-
-
Constructor Details
-
ServiceExceptionUtilsImpl
public ServiceExceptionUtilsImpl()
-
-
Method Details
-
getMessage
- Specified by:
getMessagein interfaceServiceExceptionUtils
-
getLocalizedMessage
public String getLocalizedMessage(String code, Object[] args, Locale locale, boolean errorStatusFallback) - Specified by:
getLocalizedMessagein interfaceServiceExceptionUtils
-
getErrorsProperties
- Specified by:
getErrorsPropertiesin interfaceServiceExceptionUtils
-