Package eu.europa.ec.taxud.cesop.domain
Class ValidationError
- java.lang.Object
-
- eu.europa.ec.taxud.cesop.domain.ValidationError
-
- All Implemented Interfaces:
Serializable
public class ValidationError extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValidationError(ValidationErrorTypeEnum errorType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getErrorCode()
boolean
isFullRejection()
-
-
-
Constructor Detail
-
ValidationError
public ValidationError(ValidationErrorTypeEnum errorType)
-
-
Method Detail
-
getErrorCode
public String getErrorCode()
-
isFullRejection
public boolean isFullRejection()
-
-