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

com.cmeza.sdgenerator.util.GeneratorException Maven / Gradle / Ivy

The newest version!
package com.cmeza.sdgenerator.util;

/**
 * Created by carlos on 17/07/17.
 */
public class GeneratorException extends RuntimeException{

    public GeneratorException() {
        super();
    }

    public GeneratorException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy