Class SubError
java.lang.Object
de.hybris.platform.prosservices.pros.services.SubError
The type Sub error.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription---voidsetDataPath(String dataPath) -voidsetErrorMessage(String errorMessage) -voidsetSchemaPath(String schemaPath) -
-
Constructor Details
-
SubError
public SubError()
-
-
Method Details
-
getErrorMessage
-- Returns:
- the error message
-
setErrorMessage
-- Parameters:
errorMessage- the error message
-
getDataPath
-- Returns:
- the data path
-
setDataPath
-- Parameters:
dataPath- the data path
-
getSchemaPath
-- Returns:
- the schema path
-
setSchemaPath
-- Parameters:
schemaPath- the schema path
-