net.quasardb.qdb.exception.input.OutOfBoundsException Maven / Gradle / Ivy
package net.quasardb.qdb.exception;
/**
* Exception thrown when an index is out of range.
*/
public final class OutOfBoundsException extends InputException {
public OutOfBoundsException() {
super("The given index was out of bounds.");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy