Class ValidationError.ConstructorNotPublic

  • Enclosing class:
    ValidationError

    public static class ValidationError.ConstructorNotPublic
    extends ValidationError
    While decoding a Object the constructor was not public. Unable to create the object.
    • Constructor Detail

      • ConstructorNotPublic

        public ConstructorNotPublic​(java.lang.String path,
                                    java.lang.String klassName)
    • Method Detail

      • description

        public java.lang.String description()
        Description copied from class: ValidationError
        Get the description of the error.
        Specified by:
        description in class ValidationError
        Returns:
        description of the error