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

commonMain.at.asitplus.jsonpath.core.JsonPathExceptions.kt Maven / Gradle / Ivy

package at.asitplus.jsonpath.core

open class JsonPathCompilerException(message: String) : Exception(message)

open class JsonPathQueryException(message: String) : Exception(message)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy