SystemaListenerException

class SystemaListenerException(ex: Throwable) : SystemaRuntimeException

SystemaListenerException is triggered if any exception happens in even processing pipeline throw listeners

Constructors

Link copied to clipboard
fun SystemaListenerException(ex: Throwable)

Properties

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