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

com.heliorm.mojo.OrmMetaDataException Maven / Gradle / Ivy

There is a newer version: 0.99.107
Show newest version
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