AppException

class AppException(msg: String, cause: Exception? = null) : Exception

应用异常, 通常是预期内的异常

Constructors

Link copied to clipboard
constructor(e: Exception)
constructor(msg: String, cause: Exception? = null)

Properties

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

Functions

Link copied to clipboard

收集调用栈