Class AbstractExceptionTranslationHandler
java.lang.Object
de.hybris.platform.platformbackoffice.services.handlers.AbstractExceptionTranslationHandler
- All Implemented Interfaces:
com.hybris.cockpitng.service.ExceptionTranslationHandler
- Direct Known Subclasses:
AmbiguousUniqueKeysExceptionTranslationHandler,MissingMandatoryAttributesExceptionTranslationHandler,SimpleExceptionTranslationHandler,ValidationFailedExceptionHandler
public abstract class AbstractExceptionTranslationHandler
extends Object
implements com.hybris.cockpitng.service.ExceptionTranslationHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanprotected StringgetLocalizedMessage(String key, Object... arguments) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hybris.cockpitng.service.ExceptionTranslationHandler
toString
-
Constructor Details
-
AbstractExceptionTranslationHandler
public AbstractExceptionTranslationHandler()
-
-
Method Details
-
canHandle
- Specified by:
canHandlein interfacecom.hybris.cockpitng.service.ExceptionTranslationHandler
-
getLocalizedMessage
-
getExceptionClass
-