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

com.github.akurilov.commons.collection.InvalidRangeException Maven / Gradle / Ivy

There is a newer version: 2.3.6
Show newest version
package com.github.akurilov.commons.collection;

/**
 Thrown in case of invalid range construction
 */
public final class InvalidRangeException
extends IllegalArgumentException {

	public InvalidRangeException(final String msg) {
		super(msg);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy