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

org.linkeddatafragments.exceptions.NoRegisteredMimeTypesException Maven / Gradle / Ivy

package org.linkeddatafragments.exceptions;

/**
 * Exception thrown when no mimeTypes are known to the system
 *
 * @author Miel Vander Sande
 */
public class NoRegisteredMimeTypesException extends Exception {

    /**
     * Constructs the exception
     */
    public NoRegisteredMimeTypesException() {
        super("List of supported mimeTypes is empty.");
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy