KSLEventException

class KSLEventException(msg: String = "KSLEvent Exception!") : RuntimeException

This class inherits from RuntimeException and is thrown when there is a problem with some use of JSLEvents. This class may either be instantiated with a specific error message or with the default error message.

Constructors

Link copied to clipboard
constructor(msg: String = "KSLEvent Exception!")

Properties

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