Package com.enonic.xp.content
Class DataValidationError
- java.lang.Object
-
- com.enonic.xp.content.ValidationError
-
- com.enonic.xp.content.DataValidationError
-
public final class DataValidationError extends ValidationError
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.enonic.xp.content.ValidationError
ValidationError.Builder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
PropertyPath
getPropertyPath()
int
hashCode()
-
Methods inherited from class com.enonic.xp.content.ValidationError
attachmentError, dataError, generalError, getArgs, getErrorCode, getI18n, getMessage
-
-
-
-
Method Detail
-
getPropertyPath
public PropertyPath getPropertyPath()
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classValidationError
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classValidationError
-
-