EzHookTool
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
EzHookTool
core
/
io.github.lingqiqi5211.ezhooktool.core
/
ClassNotFoundError
Class
Not
Found
Error
class
ClassNotFoundError
(
val
className
:
String
,
val
classLoaderInfo
:
String
,
val
triedNames
:
List
<
String
>
=
listOf(className)
,
cause
:
Throwable
?
=
null
)
:
RuntimeException
类加载失败时的异常。
Members
Constructors
Class
Not
Found
Error
Link copied to clipboard
constructor
(
className
:
String
,
classLoaderInfo
:
String
,
triedNames
:
List
<
String
>
=
listOf(className)
,
cause
:
Throwable
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
class
Loader
Info
Link copied to clipboard
val
classLoaderInfo
:
String
class
Name
Link copied to clipboard
val
className
:
String
message
Link copied to clipboard
open
val
message
:
String
?
tried
Names
Link copied to clipboard
val
triedNames
:
List
<
String
>