FgPanic class final

表示库中的严重且不可恢复的错误

Inheritance

Constructors

FgPanic(String libName, String funcName, String message)
创建一个包含指定上下文信息的不可恢复错误
const

Properties

funcName String
异常发生的函数名称
finalinherited
hashCode int
The hash code for this object.
no setterinherited
libName String
异常发生的库名称
finalinherited
message String
异常的描述信息
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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