Class 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 Detail

      • ValidationError

        public ValidationError​(String validationMessage)