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

com.zuunr.jsonpointer.JsonPointerFormatException Maven / Gradle / Ivy

package com.zuunr.jsonpointer;

/**
 * @author Niklas Eldberger
 */
public class JsonPointerFormatException extends RuntimeException {
    public JsonPointerFormatException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy