Lib Nexa Exception
open class LibNexaException(msg: String, val shortMsg: String? = null, val severity: ErrorSeverity = ErrorSeverity.Abnormal, val errCode: Int = -1) : Exception
Inheritors
Constructors
Link copied to clipboard
constructor(msg: String, shortMsg: String? = null, severity: ErrorSeverity = ErrorSeverity.Abnormal, errCode: Int = -1)