UnsupportedConversionException

class UnsupportedConversionException : RuntimeException

Exception thrown when there is no automatic conversation path in dev.kdrag0n.colorkt.util.conversion.ConversionGraph for a specific pair of colors.

Constructors

UnsupportedConversionException
Link copied to clipboard
fun UnsupportedConversionException()
UnsupportedConversionException
Link copied to clipboard
fun UnsupportedConversionException(message: String)

Properties

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