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

com.github.fge.jsonschema.exceptions.unchecked.LoadingConfigurationError Maven / Gradle / Ivy

There is a newer version: 2.2.6
Show newest version
package com.github.fge.jsonschema.exceptions.unchecked;

import com.github.fge.jsonschema.report.ProcessingMessage;

public final class LoadingConfigurationError
    extends ProcessingConfigurationError
{
    public LoadingConfigurationError(final ProcessingMessage message)
    {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy