net.quasardb.qdb.exception.input.InputException Maven / Gradle / Ivy
package net.quasardb.qdb.exception;
/**
* Exception thrown when the input of a command caused an error.
*/
public class InputException extends Exception {
public InputException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy