EzHookTool
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
EzHookTool
core
/
io.github.lingqiqi5211.ezhooktool.core
/
SingleResultExpectedException
Single
Result
Expected
Exception
class
SingleResultExpectedException
(
val
target
:
String
,
val
conditionDesc
:
String
?
=
null
)
:
RuntimeException
查询要求只命中一个结果,但实际命中多个结果。
Members
Constructors
Single
Result
Expected
Exception
Link copied to clipboard
constructor
(
target
:
String
,
conditionDesc
:
String
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
condition
Desc
Link copied to clipboard
val
conditionDesc
:
String
?
message
Link copied to clipboard
open
val
message
:
String
?
target
Link copied to clipboard
val
target
:
String