Package org.cyclos.impl.utils.validation
Class TextValidationError
- java.lang.Object
-
- org.cyclos.utils.TranslationMessageSpecification
-
- org.cyclos.impl.utils.validation.ValidationError
-
- org.cyclos.impl.utils.validation.TextValidationError
-
- All Implemented Interfaces:
Serializable
public class TextValidationError extends ValidationError
Represents a single validation error not as a translation key, but as a direct text message- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TextValidationError(String text)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetText()-
Methods inherited from class org.cyclos.utils.TranslationMessageSpecification
getArguments, getFormat, getKey, setArguments, setFormat, setKey, toString
-
-