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

com.github.libgraviton.gdk.generator.exception.GeneratorException Maven / Gradle / Ivy

There is a newer version: 0.10.0
Show newest version
package com.github.libgraviton.gdk.generator.exception;

/**
 * Is thrown when the POJO generation fails.
 */
public class GeneratorException extends Exception {

    public GeneratorException(String message, Exception e) {
        super(message, e);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy