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

org.gtlp.util.path.InconsistentDataException.kt Maven / Gradle / Ivy

The newest version!
package org.gtlp.util.path

/**
 * Class to describe inconsistent data in [Path].
 * This exception should be thrown when the data does not meet the
 * expectations of an algorithm.
 */
class InconsistentDataException(s: String) : Throwable(s)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy