Class DefaultErrorFactory
java.lang.Object
de.hybris.platform.cmsfacades.factory.impl.DefaultErrorFactory
- All Implemented Interfaces:
ErrorFactory
Default implementation of
ErrorFactory-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.validation.ErrorscreateInstance(Object object) Creates instance ofErrors
-
Constructor Details
-
DefaultErrorFactory
public DefaultErrorFactory()
-
-
Method Details
-
createInstance
Description copied from interface:ErrorFactoryCreates instance ofErrors- Specified by:
createInstancein interfaceErrorFactory- Parameters:
object- the object target to be wrapped- Returns:
- a
Errorsinstance
-