SystemaListenerException

class SystemaListenerException(ex: Throwable) : SystemaRuntimeException

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

Constructors

SystemaListenerException
Link copied to clipboard
common
fun SystemaListenerException(ex: Throwable)

Properties

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