LevelConversionException

class LevelConversionException(err: Throwable? = null, message: () -> Any? = { "Failed to convert level to string." }) : RuntimeException

Constructors

Link copied to clipboard
fun LevelConversionException(err: Throwable? = null, message: () -> Any? = { "Failed to convert level to string." })

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?