io.github.jimmydbe.exceptions.ParsingException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of theGamesDbClient Show documentation
Show all versions of theGamesDbClient Show documentation
Java wrapper for the Games DB API.
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