FgException class abstract

提供统一的异常处理机制,包括可恢复的错误和不可恢复的严重错误 所有 Flutter Gopher 异常的基类

Implemented types
Implementers

Constructors

FgException(String libName, String funcName, String message)
创建一个包含指定上下文信息的 FgException
const

Properties

funcName String
异常发生的函数名称
final
hashCode int
The hash code for this object.
no setterinherited
libName String
异常发生的库名称
final
message String
异常的描述信息
final
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