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

com.github.fge.jsonschema.exceptions.JsonReferenceException Maven / Gradle / Ivy

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

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

public final class JsonReferenceException
    extends ProcessingException
{
    public JsonReferenceException(final ProcessingMessage message,
        final Throwable e)
    {
        super(message, e);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy