IllegalArgumentException

IllegalArgumentException

data class IllegalArgumentException

Fields

Name Description
val message: String

Constructors

<init>

constructor(message: String)

Parameters

Name Description
message: String

CompanionObject

IllegalArgumentException

data class IllegalArgumentException

Methods

create

fun create(moduleName: String, functionName: String, functionType: FunctionType, args: List<Value<*>>): IllegalArgumentException

Parameters

Name Description
moduleName: String
functionName: String
functionType: FunctionType
args: List<Value<*>>

ReturnValue

Name Description
IllegalArgumentException