All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.fge.avro.IllegalAvroSchemaException Maven / Gradle / Ivy

package com.github.fge.avro;

import com.github.fge.jsonschema.exceptions.ProcessingException;

public final class IllegalAvroSchemaException
    extends ProcessingException
{
    private static final String ILLEGAL = "illegal Avro schema";

    public IllegalAvroSchemaException(final Throwable e)
    {
        super(ILLEGAL, e);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy