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

com.massfords.maven.i18njson.I18NJsonValidationException Maven / Gradle / Ivy

Go to download

Maven plugin which validates i18n language files to ensure that all property values are strings, and there are no duplicate keys at compile time.

The newest version!
package com.massfords.maven.i18njson;

/**
 * @author slazarus
 */
public class I18NJsonValidationException extends Exception {

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy