NoiseAnalysisException class

Exception thrown when noise analysis fails

Inheritance

Constructors

NoiseAnalysisException(String message, {String? details, String? code, dynamic originalError, String? inputPath, double? sensitivityLevel})
const

Properties

code → String?
Error code for programmatic handling
finalinherited
details → String?
Additional error details
finalinherited
hashCode → int
The hash code for this object.
no setterinherited
inputPath → String?
Input file path
final
message → String
Error message
finalinherited
originalError → dynamic
Original error from the platform (if any)
finalinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
sensitivityLevel → double?
Sensitivity level used
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

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