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

com.draagon.meta.generator.GeneratorIOException Maven / Gradle / Ivy

The newest version!
package com.draagon.meta.generator;

import com.draagon.meta.io.MetaDataIOException;

public class GeneratorIOException extends MetaDataIOException {

    public GeneratorIOException(GeneratorIOWriter writer, String msg ) {
        super( writer, msg);
    }

    public GeneratorIOException(GeneratorIOWriter writer, String msg, Exception e ) {
        super( writer, msg, e );
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy