com.bld.commons.classes.generator.exception.YamlPropertyException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of class-generator Show documentation
Show all versions of class-generator Show documentation
Demo project for Spring Boot
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