Link Search Menu Expand Document

//reikai-core/io.github.kerelape.reikai.core/DataizationException

DataizationException

[JVM]
class DataizationException(message: String? = null, cause: Throwable? = null) : RuntimeException

Dataization exception. Thrown when an entity could not be dataized for a reason.

Since

0.2.0

Constructors

   
DataizationException [JVM]
fun DataizationException(message: String? = null, cause: Throwable? = null)

Functions

Properties

Name Summary
cause [JVM]
open val cause: Throwable?
message [JVM]
open val message: String?