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

com.github.rahulsom.grooves.api.GroovesException Maven / Gradle / Ivy

package com.github.rahulsom.grooves.api;

/**
 * An Exception in performing Grooves tasks.
 *
 * @author Rahul Somasunderam
 */
public class GroovesException extends RuntimeException {
    public GroovesException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy