IllegalArgumentException class

参数类型异常

Implemented types

Constructors

IllegalArgumentException(Type type, String name, List<Pair<String, Type>> paramsTypes, List<Pair<String, Type>> valuesTypes, {dynamic message})

Properties

hashCode int
The hash code for this object.
no setterinherited
message → dynamic
其他信息
final
name String
发生异常的函数。构造函数。属性的名字
final
paramsTypes List<Pair<String, Type>>
目标所需要的类型
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type Type
所发生异常时的类型
final
valuesTypes List<Pair<String, Type>>
当前能提供的类型
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited