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:
  • Constructor Details

    • ValidationError

      public ValidationError(String validationMessage)
  • Method Details