//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
| Name | Summary |
|---|---|
| addSuppressed | [JVM] fun addSuppressed(p0: Throwable) |
| fillInStackTrace | [JVM] open fun fillInStackTrace(): Throwable |
| getLocalizedMessage | [JVM] open fun getLocalizedMessage(): String |
| getStackTrace | [JVM] open fun getStackTrace(): Array<StackTraceElement> |
| getSuppressed | [JVM] fun getSuppressed(): Array<Throwable> |
| initCause | [JVM] open fun initCause(p0: Throwable): Throwable |
| printStackTrace | [JVM] open fun printStackTrace() open fun printStackTrace(p0: PrintStream) open fun printStackTrace(p0: PrintWriter) |
| setStackTrace | [JVM] open fun setStackTrace(p0: Array<StackTraceElement>) |