kvision
Toggle table of contents
8.2.0
jvm
Platform filter
jvm
Switch theme
Search in API
kvision
kvision-common-remote
/
io.kvision.remote
/
IllegalParameterCountException
Illegal
Parameter
Count
Exception
jvm
class
IllegalParameterCountException
(
val
actualParameterCount
:
Int
,
val
expectedParamterCount
:
Int
)
:
RuntimeException
(
source
)
Members
Constructors
Illegal
Parameter
Count
Exception
Link copied to clipboard
jvm
constructor
(
actualParameterCount
:
Int
,
expectedParamterCount
:
Int
)
Properties
actual
Parameter
Count
Link copied to clipboard
jvm
val
actualParameterCount
:
Int
cause
Link copied to clipboard
jvm
open
val
cause
:
Throwable
?
expected
Paramter
Count
Link copied to clipboard
jvm
val
expectedParamterCount
:
Int
message
Link copied to clipboard
jvm
open
override
val
message
:
String