Package org.apache.unomi.schema.api
Class ValidationError
- java.lang.Object
-
- org.apache.unomi.schema.api.ValidationError
-
- All Implemented Interfaces:
Serializable
public class ValidationError extends Object implements Serializable
Just a bean wrapping JSON Schema validation messages to avoid exposing the lib classes to other OSGI bundles. (It allows keeping control on the underlying validation system, but also on share valuable error info)- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValidationError(String validationMessage)
-