
com.heliorm.mojo.OrmMetaDataException Maven / Gradle / Ivy
package com.heliorm.mojo;
import com.heliorm.OrmException;
/**
* Exception thrown when the meta data generator encounters and error. error.
*
* @author gideon
*/
public class OrmMetaDataException extends OrmException {
public OrmMetaDataException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy