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

com.github.fge.jsonschema2pojo.UnsupportedVersionException Maven / Gradle / Ivy

There is a newer version: 0.8.2
Show newest version
package com.github.fge.jsonschema2pojo;


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

public final class UnsupportedVersionException
    extends ProcessingException
{
    public UnsupportedVersionException()
    {
        super("only draft v3 is supported");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy