VmException class

运行时异常信息类

Implemented types

Constructors

VmException(Object originError, StackTrace originStack, String sourceCode, bool isCompilationUnit)

Properties

hashCode int
The hash code for this object.
no setterinherited
isCompilationUnit bool
是否有完整的源代码
getter/setter pair
originError Object
异常的初始错误对象
final
originStack StackTrace
异常的初始错误对象
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceStack List<String>
异常的全部源代码栈
final

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