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

com.bld.commons.classes.generator.exception.YamlPropertyException Maven / Gradle / Ivy

The newest version!
/**
 * @author Francesco Baldi
 * @mail [email protected]
 * @class bld.commons.classes.generator.exception.YamlPropertyException.java
 */
package com.bld.commons.classes.generator.exception;

/**
 * The Class YamlPropertyException.
 */
@SuppressWarnings("serial")
public class YamlPropertyException extends Exception{

	
	/**
	 * Instantiates a new yaml property exception.
	 *
	 * @param message the message
	 */
	public YamlPropertyException(String message) {
		super(message);
	}

	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy