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

com.github.fge.jsonschema.jsonpointer.JsonPointerException Maven / Gradle / Ivy

package com.github.fge.jsonschema.jsonpointer;

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

public final class JsonPointerException
    extends ProcessingException
{
    public JsonPointerException(final ProcessingMessage message)
    {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy