Package be.recipe.common.exceptions
Class RecipeExceptionDetails
- java.lang.Object
-
- be.recipe.common.exceptions.RecipeExceptionDetails
-
- All Implemented Interfaces:
Serializable
public class RecipeExceptionDetails extends Object implements Serializable
The Class RecipeExceptionDetails.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRecipeExceptionDetails.ErrorMapJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected Stringcodeprotected RecipeExceptionDetails.ErrorMaperrorMap
-
Constructor Summary
Constructors Constructor Description RecipeExceptionDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCode()Gets the value of the code property.RecipeExceptionDetails.ErrorMapgetErrorMap()Gets the value of the errorMap property.voidsetCode(String value)Sets the value of the code property.voidsetErrorMap(RecipeExceptionDetails.ErrorMap value)Sets the value of the errorMap property.
-
-
-
Field Detail
-
code
protected String code
-
errorMap
protected RecipeExceptionDetails.ErrorMap errorMap
-
-
Method Detail
-
getCode
public String getCode()
Gets the value of the code property.- Returns:
- possible object is
String
-
setCode
public void setCode(String value)
Sets the value of the code property.- Parameters:
value- allowed object isString
-
getErrorMap
public RecipeExceptionDetails.ErrorMap getErrorMap()
Gets the value of the errorMap property.- Returns:
- possible object is
RecipeExceptionDetails.ErrorMap
-
setErrorMap
public void setErrorMap(RecipeExceptionDetails.ErrorMap value)
Sets the value of the errorMap property.- Parameters:
value- allowed object isRecipeExceptionDetails.ErrorMap
-
-