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

xyz.proteanbear.template.exception.FileSuffixNotSupportException Maven / Gradle / Ivy

The newest version!
package xyz.proteanbear.template.exception;

/**
 * Throw a exception when file suffix is not supported.
 */
public class FileSuffixNotSupportException extends Exception
{
    public FileSuffixNotSupportException()
    {
        super("The file suffix is not supported");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy