Class Exception
java.lang.Object
de.hybris.platform.prosservices.pros.services.Exception
The type Exception.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription- (Required)getDesc()- (Required)getLang()- (Required)getPOS()- (Required)voidsetBriefDesc(String briefDesc) - (Required)void- (Required)void- (Required)void- (Required)
-
Constructor Details
-
Exception
public Exception()
-
-
Method Details
-
getPOS
- (Required)- Returns:
- the pos
-
setPOS
- (Required)- Parameters:
pOS- the p os
-
getLang
- (Required)- Returns:
- the lang
-
setLang
- (Required)- Parameters:
lang- the lang
-
getBriefDesc
- (Required)- Returns:
- the brief desc
-
setBriefDesc
- (Required)- Parameters:
briefDesc- the brief desc
-
getDesc
- (Required)- Returns:
- the desc
-
setDesc
- (Required)- Parameters:
desc- the desc
-