FgException class abstract
所有 Flutter Gopher 异常的基类 All Flutter Gopher exceptions base class
Constructors
- FgException(String libName, String funcName, String message)
-
创建一个包含指定上下文信息的 FgException
Creates a FgException with the specified context information
const
Properties
- funcName → String
-
异常发生的函数名称
The function name where the exception occurred
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- libName → String
-
异常发生的库名称
The library name where the exception occurred
final
- message → String
-
异常的描述信息
The description of the exception
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