FgPanic class final

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

Inheritance

Constructors

FgPanic(String libName, String funcName, String message)
创建一个包含指定上下文信息的不可恢复错误 Creates a unrecoverable error with the specified context information
const

Properties

funcName String
异常发生的函数名称 The function name where the exception occurred
finalinherited
hashCode int
The hash code for this object.
no setterinherited
libName String
异常发生的库名称 The library name where the exception occurred
finalinherited
message String
异常的描述信息 The description of the exception
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