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

ru.olegcherednik.icoman.exceptions.FormatNotSupportedException Maven / Gradle / Ivy

The newest version!
package ru.olegcherednik.icoman.exceptions;

/**
 * @author Oleg Cherednik
 * @since 26.07.2015
 */
public class FormatNotSupportedException extends IconManagerException {
    private static final long serialVersionUID = 5289183736564114818L;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy