ClassNotFoundError

class ClassNotFoundError(val className: String, val classLoaderInfo: String, val triedNames: List<String> = listOf(className), cause: Throwable? = null) : RuntimeException

类加载失败时的异常。

Constructors

Link copied to clipboard
constructor(className: String, classLoaderInfo: String, triedNames: List<String> = listOf(className), cause: Throwable? = null)

Types

Link copied to clipboard
object Companion

Properties

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