ExceptionOptions class

An ExceptionOptions assigns configuration options to a set of exceptions.

Properties

breakMode ExceptionBreakMode
Condition when a thrown exception should result in a break.
final
hashCode int
The hash code for this object.
no setterinherited
path List<ExceptionPathSegment>?
A path that selects a single or multiple exceptions in a tree. If path is missing, the whole tree is selected. By convention the first segment of the path is a category that is used to group exceptions in the UI.
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
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

canParse(Object? obj) bool
fromJson(Map<String, Object?> obj) ExceptionOptions