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

com.heliorm.mojo.annotated.AnnotatedPojoException Maven / Gradle / Ivy

There is a newer version: 0.99.107
Show newest version
package com.heliorm.mojo.annotated;

/**
 * Exception thrown when there is a fatal error in annotation processing
 *
 * @author gideon
 */
public class AnnotatedPojoException extends RuntimeException {

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy