
com.draagon.meta.generator.GeneratorException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of metaobjects-metadata Show documentation
Show all versions of metaobjects-metadata Show documentation
MetaObjects for Model-driven development - MetaData Libraries
The newest version!
package com.draagon.meta.generator;
import com.draagon.meta.MetaDataException;
public class GeneratorException extends MetaDataException {
public GeneratorException(String msg ) {
super(msg);
}
public GeneratorException(String msg, Exception e ) {
super(msg, e);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy