FormatException

当字符串或其他数据没有预期的格式且无法解析或处理时抛出的异常。

实现类型

构造函数

FormatException([String message = "", dynamic source, int? offset])
创建一个新的 FormatException,其中包含可选的错误 消息
const

属性

hashCode int
此对象的哈希码。
no setterinherited
message String
描述格式错误的消息。
final
offset int?
source 中检测到错误的位置。
final
runtimeType Type
对象的运行时类型的表示。
no setterinherited
source → dynamic
导致错误的实际源输入。
final

方法

noSuchMethod(Invocation invocation) → dynamic
当访问不存在的方法或属性时调用。
inherited
toString() String
返回格式异常的描述。
override

运算符

operator ==(Object other) bool
相等运算符。
inherited