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

commonMain.it.unibo.tuprolog.serialize.DeobjectificationException.kt Maven / Gradle / Ivy

Go to download

Multi-platform logic programming ecosystem supporting JVM, JavaScript, and Android

There is a newer version: 1.0.4
Show newest version
package it.unibo.tuprolog.serialize

import it.unibo.tuprolog.core.exception.TuPrologException

class DeobjectificationException(`object`: Any) : TuPrologException("Error while deobjectifying $`object`")




© 2015 - 2024 Weber Informatics LLC | Privacy Policy