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

org.sdase.commons.shared.yaml.YamlLoadException Maven / Gradle / Ivy

Go to download

A libraries to bootstrap services easily that follow the patterns and specifications promoted by the SDA SE

There is a newer version: 7.2.3
Show newest version
package org.sdase.commons.shared.yaml;

public class YamlLoadException extends RuntimeException {

  public YamlLoadException(Throwable e) {
    super(e);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy