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

io.github.jimmydbe.exceptions.ParsingException Maven / Gradle / Ivy

There is a newer version: 1.2
Show newest version
package io.github.jimmydbe.exceptions;

/**
 * Exception that will tell the client that there was a parsing error
 */
public class ParsingException extends Exception {

    public ParsingException(final String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy