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

top.focess.util.yaml.YamlSaveException Maven / Gradle / Ivy

There is a newer version: 1.1.24
Show newest version
package top.focess.util.yaml;

import java.io.IOException;

/**
 * Thrown to indicate that fail to save yaml file.
 */
public class YamlSaveException extends RuntimeException {

    public YamlSaveException(IOException e) {
        super(e);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy