Class DefaultExceptionTranslator
- java.lang.Object
-
- de.hybris.platform.odata2services.odata.impl.DefaultExceptionTranslator
-
- All Implemented Interfaces:
ErrorContextPopulator,ExceptionTranslator
@Deprecated(since="1905.07-CEP", forRemoval=true) public class DefaultExceptionTranslator extends java.lang.Object implements ExceptionTranslatorDeprecated, for removal: This API element is subject to removal in a future version.useIntegrationAttributeExceptionContextPopulatorinstead
-
-
Constructor Summary
Constructors Constructor Description DefaultExceptionTranslator()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.apache.olingo.odata2.api.exception.ODataRuntimeApplicationExceptiontranslate(IntegrationAttributeException e)Deprecated, for removal: This API element is subject to removal in a future version.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.hybris.platform.odata2services.odata.ExceptionTranslator
getExceptionClass, populate
-
-
-
-
Method Detail
-
translate
public org.apache.olingo.odata2.api.exception.ODataRuntimeApplicationException translate(IntegrationAttributeException e)
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
translatein interfaceExceptionTranslator
-
-