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

io.swagger.v3.parser.exception.EncodingNotSupportedException Maven / Gradle / Ivy

The newest version!
package io.swagger.v3.parser.exception;

public class EncodingNotSupportedException extends RuntimeException {
    private static final long serialVersionUID = 3686905713011188803L;

    public EncodingNotSupportedException(String encoding) {
        super(String.format("Encoding `%s` is not supported by JRE", encoding));
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy