Movatterモバイル変換


[0]ホーム

URL:


menu
  1. Dart
  2. dart:core
  3. StackTrace class
StackTrace
description

StackTrace classabstractinterface

An interface implemented by all stack trace objects.

AStackTrace is intended to convey information to the user about the callsequence that triggered an exception.

These objects are created by the runtime, it is not possible to createthem programmatically.

Constructors

StackTrace.fromString(StringstackTraceString)
Create aStackTrace object fromstackTraceString.
factory

Properties

hashCodeint
The hash code for this object.
no setterinherited
runtimeTypeType
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocationinvocation)→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString()String
Returns aString representation of the stack trace.
override

Operators

operator ==(Objectother)bool
The equality operator.
inherited

Static Properties

currentStackTrace
Returns a representation of the current stack trace.
no setter

Constants

empty→ const _StringStackTrace
A stack trace object with no information.
  1. Dart
  2. dart:core
  3. StackTrace class
dart:core library

[8]ページ先頭

©2009-2025 Movatter.jp