FormatException

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

实现类型

构造函数

FormatException([String message = "", dynamic source, int? offset])
创建一个新的FormatException,带有可选的错误message
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