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

com.github.maybeec.lexeme.common.exception.ValidationException Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
package com.github.maybeec.lexeme.common.exception;

/**
 *
 * @author sholzer (19.02.2015)
 */
public class ValidationException extends XMLMergeException {

    /**
     * @param string
     *            Message containing information
     * @author sholzer (20.04.2015)
     */
    public ValidationException(String string) {
        super(string);
    }

    /**
     *
     * @author sholzer (20.04.2015)
     */
    public ValidationException() {
    }

    /**
     * generated by eclipse
     */
    private static final long serialVersionUID = -8025892189475915159L;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy