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

commonMain.it.unibo.tuprolog.solve.problog.lib.exception.ClauseMappingException.kt Maven / Gradle / Ivy

There is a newer version: 1.0.4
Show newest version
package it.unibo.tuprolog.solve.problog.lib.exception

import it.unibo.tuprolog.core.exception.TuPrologException
import kotlin.jvm.JvmOverloads

open class ClauseMappingException @JvmOverloads constructor(
    override val message: String?,
    cause: Throwable? = null
) : TuPrologException(cause)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy