KSLEventException

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

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!")